summaryrefslogtreecommitdiffstats
path: root/src/demos/swt/Snippet209.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/swt/Snippet209.java')
-rw-r--r--src/demos/swt/Snippet209.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/demos/swt/Snippet209.java b/src/demos/swt/Snippet209.java
index 30a1347..f75d59d 100644
--- a/src/demos/swt/Snippet209.java
+++ b/src/demos/swt/Snippet209.java
@@ -62,13 +62,6 @@ public class Snippet209 {
}
public static void main(String [] args) {
- // set argument 'NotFirstUIActionOnProcess' in the JNLP's application-desc tag for example
- // <application-desc main-class="demos.j2d.TextCube"/>
- // <argument>NotFirstUIActionOnProcess</argument>
- // </application-desc>
- boolean firstUIActionOnProcess = 0==args.length || !args[0].equals("NotFirstUIActionOnProcess") ;
- GLProfile.initSingleton(firstUIActionOnProcess);
-
final GLProfile gl2Profile = GLProfile.get(GLProfile.GL2);
final Display display = new Display();
Shell shell = new Shell(display);