On Thu, 10 Sep 2026 13:48:50 GMT, Lukasz Kostyra <[email protected]> wrote:
>> # Monkey Tester Update 8 >> >> Further additions to the built-in MonkeyTester application. >> >> >> ### Improvements >> >> - ComboBox page: button cell, cell factory options >> - ClipboardPage: new viewer, copy options >> - Drag and Drop: logging options >> - MenuBar: menus with various accelerators >> - RichTextArea: drag and drop handler, tab stops, highlight, embedded image >> options >> - ShapePage: dash options >> >> >> ### Tools >> >> - updated Clipboard Viewer >> >> >> ### Miscellaneous >> >> - Skin -> Skin Structure (to stdout) >> - MainWindow `title=` command line argument >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > tests/manual/monkey/src/com/oracle/tools/fx/monkey/pages/ShapePage.java line > 218: > >> 216: return new Rectangle(0, 0, 400, 200); >> 217: }); >> 218: op.addChoice("Text", () -> { > > This is not related to this change but testing ShapePage I just noticed - > this shape choice should be named "Cubic Curves" while the one below it > should be named "Text". oops, some leftovers... removed. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2302#discussion_r4009487362
