summaryrefslogtreecommitdiffstats
path: root/src/demos
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-09-14 15:52:31 -0700
committerSven Gothel <[email protected]>2009-09-14 15:52:31 -0700
commit293fda5dca0f22d93c9d3019ca12724c67de5c9d (patch)
treeb3b3bdc0ce54746f465e5e64c76654cb64863c72 /src/demos
parent0afab6a652471cf1c140d3affe6ae442ab217ff1 (diff)
Add tests ..
Diffstat (limited to 'src/demos')
-rwxr-xr-xsrc/demos/applets/JOGLNewtApplet1Run.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/applets/JOGLNewtApplet1Run.java b/src/demos/applets/JOGLNewtApplet1Run.java
index 6ea3251..8080fe4 100755
--- a/src/demos/applets/JOGLNewtApplet1Run.java
+++ b/src/demos/applets/JOGLNewtApplet1Run.java
@@ -59,7 +59,7 @@ public class JOGLNewtApplet1Run extends Applet {
Window nWindow = NewtFactory.createWindow(NativeWindowFactory.TYPE_AWT, new Object[] { container },
nScreen, caps, true /* undecorated */);
// nWindow.setPosition(x, y);
- // nWindow.setSize(width, height);
+ // nWindow.setSize(container.getWidth(), container.getHeight());
if(null!=nWindow) {
base.init(nWindow);
}