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