summaryrefslogtreecommitdiffstats
path: root/src/gleem/TestTranslate1.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-10-14 21:34:27 +0200
committerSven Gothel <[email protected]>2010-10-14 21:34:27 +0200
commit1ff81eb806d6df78994a808217eb2c5f6b4ef8da (patch)
tree7ae11fd92f63019c6c54862c66eb2656bcc2ef97 /src/gleem/TestTranslate1.java
parent0d1ea8ae8eb940b1b29f4f80c232a1d456300362 (diff)
Fix/Syn with JOGL 774138544e1eec3330309ad682fa05154a07ab8d ; Notably add: Applet's with native NEWT support, ie jogl-newt-applet-runner-gears.html
Diffstat (limited to 'src/gleem/TestTranslate1.java')
-rw-r--r--src/gleem/TestTranslate1.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gleem/TestTranslate1.java b/src/gleem/TestTranslate1.java
index b61747c..4945305 100644
--- a/src/gleem/TestTranslate1.java
+++ b/src/gleem/TestTranslate1.java
@@ -59,9 +59,6 @@ import javax.media.opengl.glu.GLU;
/** Tests the Translate1 Manip. */
public class TestTranslate1 {
- static {
- GLProfile.initSingleton();
- }
private static final int X_SIZE = 400;
private static final int Y_SIZE = 400;
@@ -143,6 +140,7 @@ public class TestTranslate1 {
}
public static void main(String[] args) {
+ GLProfile.initSingleton(true);
Frame frame = new Frame("Translate1 Test");
frame.addWindowListener(new WindowAdapter() {
public void windowClosing(WindowEvent e) {