|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Manual test case to validate Animator pause/resume on AWT-EDT. More...
Public Member Functions | |
| Bug898AnimatorFromEDTAWT () | |
Static Public Member Functions | |
| static void | main (final String args[]) |
Manual test case to validate Animator pause/resume on AWT-EDT.
Even though (AWT) Animator is not able to block until pause/resume is finished when issued on AWT-EDT, best effort shall be made to preserve functionality.
Original Author: kosukek from JogAmp forum; Modifier a bit.
Definition at line 53 of file Bug898AnimatorFromEDTAWT.java.
| com.jogamp.opengl.test.junit.jogl.acore.anim.Bug898AnimatorFromEDTAWT.Bug898AnimatorFromEDTAWT | ( | ) |
Definition at line 55 of file Bug898AnimatorFromEDTAWT.java.
|
static |
Definition at line 122 of file Bug898AnimatorFromEDTAWT.java.