RFR: 8352746: [TestBug] Monkey Tester Application Update 5
Jayathirth D V
jdv at openjdk.org
Fri Apr 4 16:30:52 UTC 2025
On Mon, 31 Mar 2025 23:11:42 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> Further additions to the MonkeyTester application:
>
> - platform preferences monitor
> - improved pages: hbox, vbox
> - improved css playground
> - mouse listener option in some context menus
> - additional choices: background
> - additional properties: Node::clip, Region::shape, TextInputControl::textFormatter
> - font selector in Tools -> JTextArea/JTextField Embedded in SwingNode
>
> ## New Pages
> - anchor pane
> - border pane
> - button bar
> - flow pane
> - grid pane
> - media player
> - progress indicator
> - separator
> - slider
> - stack pane
> - stage
> - tile pane
>
> ## Properties Monitor
>
> 
Looks good to me.
Played around with newly added features and everything works fine in my macOS 14.7.4 system.
tests/manual/monkey/README.md line 30:
> 28:
> 29: ```
> 30: java -p <JAVAFX>/javafx-sdk-24/lib/ --add-modules ALL-MODULE-PATH -jar MonkeyTester.jar
I used the README to build and run this app.
Suggestion for future updates:
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`
-------------
Marked as reviewed by jdv (Committer).
PR Review: https://git.openjdk.org/jfx/pull/1750#pullrequestreview-2743571611
PR Review Comment: https://git.openjdk.org/jfx/pull/1750#discussion_r2029114029
More information about the openjfx-dev
mailing list