RFR: 8353743: [TestBug] Monkey Tester Application Update 6
Andy Goryachev
angorya at openjdk.org
Mon Sep 8 23:43:38 UTC 2025
Further additions to the MonkeyTester application:
- readme.md: In this command we should not add `javafx-sdk-24` in the path. JAVAFX already includes sdk folder we just need to use `java -p <JAVAFX>/lib/ --add-modules ALL-MODULE-PATH -jar MonkeyTester.jar`
- TableView page: canvas based cell and row factories
- Dialog page
- Progress Bar Page
- additional scripts in the WritingSystemsDemo
- pure Swing JTextField/JTextArea window
- ImageView page
- AudioClip page
- events in Drag and Drop page
- added miscellaneous options
- TextFlow page: updated hit info visualization, tab stop policy
- WebView page: added direct html input
Also, upgraded the build scripts and eclipse settings to **JDK24** and **JFX24** (you may need to upgrade Eclipse).
-------------
Commit messages:
- Merge branch 'master' into 8353743.monkey
- spelling
- jdk jfx 24
- whitespace
- whitespace
- sync up with standalone repo
Changes: https://git.openjdk.org/jfx/pull/1887/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1887&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8353743
Stats: 1915 lines in 45 files changed: 1496 ins; 140 del; 279 mod
Patch: https://git.openjdk.org/jfx/pull/1887.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1887/head:pull/1887
PR: https://git.openjdk.org/jfx/pull/1887
More information about the openjfx-dev
mailing list