diff options
author | Sven Gothel <[email protected]> | 2010-12-23 07:15:40 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-23 07:15:40 +0100 |
commit | e35038cc3c01b6ad8beb559986102c68fde614b6 (patch) | |
tree | eba219736825127a241ac6ef16659f61b32ebe02 /src/demos/es1/cubefbo/Main.java | |
parent | 3f92d13a9f886b044f8f1c49ff22476e30ba408d (diff) |
Add NEWT WindowListener.windowDestroyed() e7778124162aef7004e040dded5de1eaf5e1ece4
Diffstat (limited to 'src/demos/es1/cubefbo/Main.java')
-rwxr-xr-x | src/demos/es1/cubefbo/Main.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demos/es1/cubefbo/Main.java b/src/demos/es1/cubefbo/Main.java index 55261fd..cd26556 100755 --- a/src/demos/es1/cubefbo/Main.java +++ b/src/demos/es1/cubefbo/Main.java @@ -19,6 +19,7 @@ public class Main implements WindowListener, MouseListener { public void windowDestroyNotify(WindowEvent e) { quit = true; } + public void windowDestroyed(WindowEvent e) { } public void mouseClicked(MouseEvent e) { System.out.println("mouseevent: "+e); |