File "C:\Users\padawan\Documents\foyerJava.java", line 23
frame.setVisible(true); // this makes the frame visible. if you forget this step, you won't see anything when you run this code
^
SyntaxError: unterminated string literal (detected at line 23)
File "C:\Users\padawan\Documents\foyerJava.java", line 23 frame.setVisible(true); // this makes the frame visible. if you forget this step, you won't see anything when you run this code ^ SyntaxError: unterminated string literal (detected at line 23)