changeset 11931 | a5d1c9b34900 |
parent 11875 | 5fcf6b6436af |
child 14981 | e73f8140af78 |
11930:1accec985349 | 11931:a5d1c9b34900 |
---|---|
115 i4.addActionListener(this); |
115 i4.addActionListener(this); |
116 checkMenuItems(); |
116 checkMenuItems(); |
117 mb.add(m1); |
117 mb.add(m1); |
118 setMenuBar(mb); |
118 setMenuBar(mb); |
119 add("Center", br); |
119 add("Center", br); |
120 addWindowListener( new WindowAdapter() { |
|
121 public void windowClosing(WindowEvent e) { |
|
122 System.exit(0); |
|
123 } |
|
124 }); |
|
120 } |
125 } |
121 } |
126 } |