This may seem like a silly question, but after going through pages of google, i havnt been able to find the answer i want.
s1.setName(JOptionPane.showInputDialog("Enter Name: ");
For the above piece fo code, how would i format the data the user entered to be all capitals?
Any help here would be appreciated.