source:
trunk/essentials/dev-lang/perl/jpl/JNI/Closer.java@
3210
| Last change on this file since 3210 was 3181, checked in by , 19 years ago | |
|---|---|
| File size: 199 bytes | |
| Line | |
|---|---|
| 1 | import java.awt.event.*; |
| 2 | import java.awt.*; |
| 3 | public class Closer extends WindowAdapter { |
| 4 | |
| 5 | public void windowClosing(WindowEvent e) { |
| 6 | Window w = e.getWindow(); |
| 7 | w.dispose(); |
| 8 | } |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
