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?
yourTextField = new JTextField("", 20);
if you start it like this it sets the textfield to be empty and to have 20 collumns