Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix NewtCanvasAWT focus traversal for Java7 (Take 2): Commit ↵ | Sven Gothel | 2013-06-23 | 1 | -1/+2 |
| | | | | | | | | | | | | 70bf3a4ec44504b86294a332255aaae8d2e86bf4 was not sufficient. Commit 70bf3a4ec44504b86294a332255aaae8d2e86bf4 did not work out on Windows. Solution now gathers the next or previous 'to be focused' component, using the FocusTraversalPolicy of the visible/focusable/enabled container. Then we simply request it's focus. Works w/ Java7 on Linux and Windows. | ||||
* | Scripts: Fix new windows single unit test scripts .. | Sven Gothel | 2013-06-21 | 1 | -1/+2 |
| | |||||
* | Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) ↵ | Sven Gothel | 2013-06-21 | 1 | -0/+63 |
producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase |