aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/com/jogamp/opengl/test/junit/newt/TestWindowClosingProtocol01AWT.java
Commit message (Expand)AuthorAgeFilesLines
* All AWT Related Unit Tests: Call AWT 'frame.setVisible(..)' and 'frame.pack()...Sven Gothel2013-02-281-7/+10
* Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec...Sven Gothel2013-02-281-9/+15
* TestWindowClosingProtocol01AWT: More relaxed timing reducing false positivesSven Gothel2013-02-161-1/+9
* Fix TestWindowClosingProtocol01AWT: GLCanvas closing operation 'destroy' will...Sven Gothel2013-02-161-1/+0
* NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead...Sven Gothel2012-05-021-8/+8
* CrossTest: Add AWT Unit-Test. Unit-Tests: Refine GLProfile request where we f...Sven Gothel2012-02-291-2/+2
* Tests: AWT EDT: invokeLater(..) -> invokeAndWait(..) for a more predictable w...Sven Gothel2011-10-231-4/+4
* Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due...Sven Gothel2011-09-081-0/+2
* Tests: Exchange GL2, ES1 GLEventListener to ES2 - mobile test preparation.Sven Gothel2011-09-011-3/+4
* reloc test: demos.gl2.gears -> demos.gl2, etcSven Gothel2011-08-221-1/+1
* Fix WindowClosingProtocol test, using new AWTRobotUtilsSven Gothel2010-12-231-22/+27
* JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444)Sven Gothel2010-12-191-0/+155