40package com.jogamp.opengl.awt;
42import com.jogamp.opengl.GLAutoDrawable;
46 public void setSize(
int width,
int height);
A higher-level abstraction than GLDrawable which supplies an event based mechanism (GLEventListener) ...
void repaint()
Schedules a repaint of the component at some point in the future.
void setSize(int width, int height)
Requests a new width and height for this AWTGLAutoDrawable.
Factors out the listener manipulation for the events supported by all of the GLDrawable implementatio...