From 89dd6a8729801d1b927c4d9a9826aa90e034b67a Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 18 Dec 2010 03:30:23 +0100 Subject: GLProfile: refine doc --- jnlp-files/javaws-version.jnlp | 19 +++++++++++++++++++ src/jogl/classes/javax/media/opengl/GLProfile.java | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100755 jnlp-files/javaws-version.jnlp diff --git a/jnlp-files/javaws-version.jnlp b/jnlp-files/javaws-version.jnlp new file mode 100755 index 000000000..6bf59e915 --- /dev/null +++ b/jnlp-files/javaws-version.jnlp @@ -0,0 +1,19 @@ + + + + JOGL JNLP Javaws Version + JogAmp Community + + JOGL Version + + + + + + + + + + + + diff --git a/src/jogl/classes/javax/media/opengl/GLProfile.java b/src/jogl/classes/javax/media/opengl/GLProfile.java index 4d181a7b8..05c78b17b 100644 --- a/src/jogl/classes/javax/media/opengl/GLProfile.java +++ b/src/jogl/classes/javax/media/opengl/GLProfile.java @@ -75,7 +75,8 @@ public class GLProfile { *

*

* Applications shall call this methods ASAP, before any other UI invocation.
- * You may issue the call in your main function.
+ * You may issue the call in your main class static block, which is the earliest point in your application/applet lifecycle, + * or within the main function.
* In case applications are able to initialize JOGL before any other UI action,
* they shall invoke this method with firstUIActionOnProcess=true and benefit from fast native multithreading support on all platforms if possible.

*

-- cgit v1.2.3