JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.Bug818GLJPanelAndGLCanvasApplet Class Reference

Bug 818: OSX GLJPanel [and GLCanvas] Crash. More...

Inheritance diagram for com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.Bug818GLJPanelAndGLCanvasApplet:
Collaboration diagram for com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.Bug818GLJPanelAndGLCanvasApplet:

Classes

class  JOGLQuad
 Self-contained example (within a single class only to keep it simple) displaying a rotating quad.
 

Public Member Functions

void init ()
 
void start ()
 
void stop ()
 
void destroy ()
 

Static Public Member Functions

static void main (final String args[])
 

Static Public Attributes

static JFrame frame
 
static JPanel appletHolder
 
static boolean isApplet = true
 

Detailed Description

Bug 818: OSX GLJPanel [and GLCanvas] Crash.

  • NVIDIA GeForce GT 330M
    • GL_VENDOR: "NVIDIA Corporation"
    • GL_RENDERER: "NVIDIA GeForce GT 330M OpenGL Engine"
    • GL_VERSION: "2.1 NVIDIA-8.12.47 310.40.00.05f01"
  • Mac OSX 10.6.8

Definition at line 73 of file Bug818GLJPanelAndGLCanvasApplet.java.

Member Function Documentation

◆ destroy()

void com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.Bug818GLJPanelAndGLCanvasApplet.destroy ( )

Definition at line 160 of file Bug818GLJPanelAndGLCanvasApplet.java.

◆ init()

void com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.Bug818GLJPanelAndGLCanvasApplet.init ( )

Definition at line 119 of file Bug818GLJPanelAndGLCanvasApplet.java.

Here is the call graph for this function:

◆ main()

static void com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.Bug818GLJPanelAndGLCanvasApplet.main ( final String  args[])
static

Definition at line 85 of file Bug818GLJPanelAndGLCanvasApplet.java.

◆ start()

void com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.Bug818GLJPanelAndGLCanvasApplet.start ( )

Definition at line 144 of file Bug818GLJPanelAndGLCanvasApplet.java.

Here is the call graph for this function:

◆ stop()

void com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.Bug818GLJPanelAndGLCanvasApplet.stop ( )

Definition at line 153 of file Bug818GLJPanelAndGLCanvasApplet.java.

Here is the call graph for this function:

Member Data Documentation

◆ appletHolder

JPanel com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.Bug818GLJPanelAndGLCanvasApplet.appletHolder
static

Definition at line 82 of file Bug818GLJPanelAndGLCanvasApplet.java.

◆ frame

JFrame com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.Bug818GLJPanelAndGLCanvasApplet.frame
static

Definition at line 81 of file Bug818GLJPanelAndGLCanvasApplet.java.

◆ isApplet

boolean com.jogamp.opengl.test.junit.jogl.demos.gl2.awt.Bug818GLJPanelAndGLCanvasApplet.isApplet = true
static

Definition at line 83 of file Bug818GLJPanelAndGLCanvasApplet.java.


The documentation for this class was generated from the following file: