Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 1430 - Fix Background erase not disabled with AWT GLCanvas and NewtCanvasAWT | Sven Gothel | 2023-09-29 | 1 | -1/+1 |
| | | | | | | | | | | Commit c5431f46b7bf64f109315ec78461859dd88f202a reduced the disableBackgroundErase(..) to SunToolkit's variation which doesn't work on Windows as it does not act upon the java.awt.Canvas peer post addNotify(). This re-introduces the java.awt.Canvas method via class JAWTUtil.BackgroundEraseControl and its called only after addNotify() on Windows and ASAP for everyone else. Method also calles the SunTookit variation just to be sure. | ||||
* | make/scripts/test-fat-jars.sh: Adjust UISceneDemo03b -> UISceneDemo03 | Sven Gothel | 2023-08-27 | 1 | -1/+1 |
| | |||||
* | Add make/scripts/test-fat-jars.sh for a quick bringup-test | Sven Gothel | 2023-08-14 | 1 | -0/+71 |