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 --- src/jogl/classes/javax/media/opengl/GLProfile.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/jogl/classes/javax/media') 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