Is there a way to have a title that consists of two lines on a JFrame?
I\'ve tried:
JFrame gameFrame = new JFrame("line1\\nline2");