On Fri, 4 Apr 2025 16:26:22 GMT, Jayathirth D V <j...@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 >> >>  > > 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