diff options
author | Sven Gothel <[email protected]> | 2009-09-14 15:52:31 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-09-14 15:52:31 -0700 |
commit | 293fda5dca0f22d93c9d3019ca12724c67de5c9d (patch) | |
tree | b3b3bdc0ce54746f465e5e64c76654cb64863c72 /src/demos | |
parent | 0afab6a652471cf1c140d3affe6ae442ab217ff1 (diff) |
Add tests ..
Diffstat (limited to 'src/demos')
-rwxr-xr-x | src/demos/applets/JOGLNewtApplet1Run.java | 2 |
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); } |