1.java:1: ';' expected
import javax.swing.*
                    ^
1.java:5: cannot resolve symbol
symbol  : variable EXIT_ON_CLOSE
location: class First
        myFrame.setDefaultCloseOperation(EXIT_ON_CLOSE);//关闭窗口时退出程序
                                         ^
2 errors
不太明白