diff options
author | Sven Gothel <[email protected]> | 2011-08-30 03:51:10 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-30 03:51:10 +0200 |
commit | 444eaa259116f7985711164512607ad46015fa4b (patch) | |
tree | a5e0e0b59b4a772786e617cc9c28b80cf82aaa29 /src/newt/classes/com | |
parent | 9ed513e9a9616f6028084df4c650c8caf31ea49d (diff) |
NEWT: Add comment in API doc ; Use more generics in impl.
Diffstat (limited to 'src/newt/classes/com')
-rw-r--r-- | src/newt/classes/com/jogamp/newt/opengl/GLWindow.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newt/classes/com/jogamp/newt/opengl/GLWindow.java b/src/newt/classes/com/jogamp/newt/opengl/GLWindow.java index f477cd3fc..e0776f58d 100644 --- a/src/newt/classes/com/jogamp/newt/opengl/GLWindow.java +++ b/src/newt/classes/com/jogamp/newt/opengl/GLWindow.java @@ -124,6 +124,8 @@ public class GLWindow implements GLAutoDrawable, Window, NEWTEventConsumer, FPSC * with the given GLCapabilities. * <P> * The resulting GLWindow owns the Window, Screen and Device, ie it will be destructed. + * <P> + * The default display connection will be used and reused if already in process. */ public static GLWindow create(GLCapabilitiesImmutable caps) { return new GLWindow(NewtFactory.createWindow(caps)); |