I want to customize the height and width of the JTextField objects. I have tried with the setSize method, passing width and height as dimensions and as int as well. But none
JTextField can not be set size, infact, you should use a JTextArea instead.