diff options
author | Pixel <Pixel> | 2001-11-27 10:52:05 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-27 10:52:05 +0000 |
commit | 29f8cedf68c5e45ca20078a2a34a07875d7dea5b (patch) | |
tree | a9c5a77cc19d8addc8e79166c2c62f5d7f3b0bde /src | |
parent | 3baa9d168c02a8734b95d1cc467601b6aaf2f6e4 (diff) |
HelloJava removed
Diffstat (limited to 'src')
-rw-r--r-- | src/TestApplet.java (renamed from src/HelloSwingApplet.java) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HelloSwingApplet.java b/src/TestApplet.java index 1a6a436..cba1811 100644 --- a/src/HelloSwingApplet.java +++ b/src/TestApplet.java @@ -3,10 +3,10 @@ import javax.swing.*; //This is the final package name. //Swing releases before Swing 1.1 Beta 3. import java.awt.*; -public class HelloSwingApplet extends JApplet { +public class TestApplet extends JApplet { // This is a hack to avoid an ugly error message in 1.1. - public HelloSwingApplet() { + public TestApplet() { getRootPane().putClientProperty("defeatSystemEventQueueCheck", Boolean.TRUE); } |