RFR: 8353743: [TestBug] Monkey Tester Application Update 6 [v2]

Ajit Ghaisas aghaisas at openjdk.org
Thu Sep 18 09:31:58 UTC 2025


On Wed, 17 Sep 2025 20:36:47 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> 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).
>
> Andy Goryachev has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains eight additional commits since the last revision:
> 
>  - review comments
>  - Merge remote-tracking branch 'origin/master' into 8353743.monkey
>  - Merge branch 'master' into 8353743.monkey
>  - spelling
>  - jdk jfx 24
>  - whitespace
>  - whitespace
>  - sync up with standalone repo

Marked as reviewed by aghaisas (Reviewer).

Thanks for fixing DialogPane test!
This update looks good to me.

-------------

PR Review: https://git.openjdk.org/jfx/pull/1887#pullrequestreview-3238432362
PR Comment: https://git.openjdk.org/jfx/pull/1887#issuecomment-3306465219


More information about the openjfx-dev mailing list