From 4dfa5e34b5bbfc74dd9ca6ead89b23d12e7a1b01 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 29 Aug 2014 01:31:03 +0200 Subject: GLSharedContextSetter: Fix API doc and all html references (fix URL and complete notes in all implementations) --- src/jogl/classes/javax/media/opengl/awt/GLCanvas.java | 4 +++- src/jogl/classes/javax/media/opengl/awt/GLJPanel.java | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src/jogl/classes/javax/media/opengl/awt') diff --git a/src/jogl/classes/javax/media/opengl/awt/GLCanvas.java b/src/jogl/classes/javax/media/opengl/awt/GLCanvas.java index dba1dbc04..b8e518ea5 100644 --- a/src/jogl/classes/javax/media/opengl/awt/GLCanvas.java +++ b/src/jogl/classes/javax/media/opengl/awt/GLCanvas.java @@ -156,10 +156,12 @@ import jogamp.opengl.awt.AWTTilePainter; *
  • sun.awt.noerasebackground=true
  • * * + *

    *

    OpenGL Context Sharing
    * To share a {@link GLContext} see the following note in the documentation overview: - * context sharing + * context sharing * as well as {@link GLSharedContextSetter}. + *

    */ @SuppressWarnings("serial") diff --git a/src/jogl/classes/javax/media/opengl/awt/GLJPanel.java b/src/jogl/classes/javax/media/opengl/awt/GLJPanel.java index 1682c6d2a..a95681ee7 100644 --- a/src/jogl/classes/javax/media/opengl/awt/GLJPanel.java +++ b/src/jogl/classes/javax/media/opengl/awt/GLJPanel.java @@ -173,10 +173,12 @@ import com.jogamp.opengl.util.texture.TextureState; It is recommended to reset those states to default when leaving the {@link GLEventListener#display(GLAutoDrawable)} method! We may change this behavior in the future, i.e. preserve all influencing states.

    +

    OpenGL Context Sharing
    To share a {@link GLContext} see the following note in the documentation overview: - context sharing + context sharing as well as {@link GLSharedContextSetter}. +

    */ @SuppressWarnings("serial") -- cgit v1.2.3