aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/com/jogamp/opengl/test/junit/newt/TestWindowClosingProtocol01AWT.java
Commit message (Expand)AuthorAgeFilesLines
* Cleanup AWTRobotUtil ..: Add 'Runnable waitAction' also to waitForFocus and c...Sven Gothel2019-04-101-4/+4
* Cleanup AWTRobotUtil 2: Align signatures of waitForVisible(..) and waitForRea...Sven Gothel2019-04-091-8/+8
* Cleanup AWTRobotUtil: Extract GLTestUtil + NewtTestUtil; all three based on T...Sven Gothel2019-04-091-3/+4
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-4/+4
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-19/+18
* Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classes; Re...Sven Gothel2013-09-021-0/+3
* 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