JTextField t = new JTextField;
t.setMaximumSize(80, 20);
t.setPreferredSize(80, 20);
t.setMinimumSize(80, 20);