RFR: 8352746: [TestBug] Monkey Tester Application Update 5

Andy Goryachev angorya at openjdk.org
Fri Apr 4 17:30:01 UTC 2025


On Fri, 4 Apr 2025 16:26:22 GMT, Jayathirth D V <jdv 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
>> 
>> ![Screenshot 2025-03-31 at 16 18 17](https://github.com/user-attachments/assets/fa4256ab-c58a-4f93-bee1-a9b5236f64a6)
>
> 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`

good point, thanks!

Created https://bugs.openjdk.org/browse/JDK-8353743

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1750#discussion_r2029186028


More information about the openjfx-dev mailing list