summaryrefslogtreecommitdiffstats
path: root/src/gleem/TestTranslate2.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-06-21 20:58:04 +0200
committerSven Gothel <[email protected]>2012-06-21 20:58:04 +0200
commitbe0ebf39ac48e904803ad35ad280dc6ecde03119 (patch)
tree877e5b6cb721d182cf6f5b6c7bb2d6d34dcef0fd /src/gleem/TestTranslate2.java
parent9c2d74736fdd723267aaf6f7a5018dd1bc882775 (diff)
Remove GLProfile.initSingleton(..) calls and JNLP argument 'NotFirstUIActionOnProcess'; Adapt to CapabilitiesChooser API/generics change; Misc
- Remove GLProfile.initSingleton(..) calls and JNLP argument 'NotFirstUIActionOnProcess' - Adapt to CapabilitiesChooser API/generics change - Cleanup some generics use .. etc
Diffstat (limited to 'src/gleem/TestTranslate2.java')
-rw-r--r--src/gleem/TestTranslate2.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gleem/TestTranslate2.java b/src/gleem/TestTranslate2.java
index 5ec40a3..ea1ae0e 100644
--- a/src/gleem/TestTranslate2.java
+++ b/src/gleem/TestTranslate2.java
@@ -44,7 +44,6 @@ import java.awt.BorderLayout;
import java.awt.Frame;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
-import javax.media.opengl.GLProfile;
import javax.media.opengl.GL;
import javax.media.opengl.GL2ES1;
import javax.media.opengl.GL2;
@@ -140,7 +139,6 @@ public class TestTranslate2 {
}
public static void main(String[] args) {
- GLProfile.initSingleton(true);
Frame frame = new Frame("Translate2 Test");
frame.addWindowListener(new WindowAdapter() {
public void windowClosing(WindowEvent e) {