How would someone make a JLabel be one more than one line, say for a test question or instruction or something, and how would one make the Graphics method drawString draw a String on more than one line?
Is /n (or was it \n) good enough to do it?
I think I tried that for JLabel and it wouldn't work.
So what do I do?