sometimes it's useful to specify the column size of your JTextFields. For instance,



JTextField helperDate = new JTextField(7);