summaryrefslogtreecommitdiffstats
path: root/src/demos/newt/NEWTTest1.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/newt/NEWTTest1.java')
-rw-r--r--src/demos/newt/NEWTTest1.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/demos/newt/NEWTTest1.java b/src/demos/newt/NEWTTest1.java
index 1a2f757..bcfff5a 100644
--- a/src/demos/newt/NEWTTest1.java
+++ b/src/demos/newt/NEWTTest1.java
@@ -16,6 +16,10 @@ public class NEWTTest1 implements WindowListener, KeyListener, MouseListener
new NEWTTest1().run();
}
+ public void windowRepaint(WindowUpdateEvent e) {
+ System.err.println("windowRepaint "+e);
+ }
+
public void windowResized(WindowEvent e) {
System.err.println("windowResized "+e);
}