I am trying to have several JTextFields on a single row, but I don\'t want them to have the same width. How can I control the width and make some of them wider than others?
textfield.setPreferredSize(new Dimension(int width, int height));