I found that JTextFields can be manipulated easily with acm functions such as setLocation(), as in:
textfield.setLocation(x,y);
However I cannot seem to be able to find a method that can set the default size of a JTextField. I tried using setPreferedSize() but it didn't change the size of the JTextField.
Any help would be fantastic.