Introduction - If you have any usage issues, please Google them yourself
package String与AWT的比较
import java.awt.event.WindowAdapter
import java.awt.event.WindowEvent
import javax.swing.JFrame
import javax.swing.JLabel
import javax.swing.JMenu
import javax.swing.JMenuBar
import javax.swing.JMenuItem
public class Demo extends JFrame{//定义一个窗口,继承JFrame窗口类