On Mon, 9 Sep 2024 19:36:29 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> Further additions to the MonkeyTester application: > > - tree/table view column property sheets ✔ > - new pages: button, checkbox, hyperlink, menu bar, radio button, toggle > button, canvas, split menu button, dnd ✔ > - properties... context menu ✔ > - context menu: table columns, toolbar items ✔ > - control.context menu option > - property monitor tool ✔ > - accessibility logging ✔ > > - editable combobox for double values with pre-set list (e.g. Region: min/max > width etc.) > - Page -> Snapped Split Panes menu option for the control container > > This PR simply syncs up with the dev repository > https://github.com/andy-goryachev-oracle/MonkeyTest Another possibility would be to have a version number associated with the prefs file, bump it when you make an incompatible change, and ignore the prefs on load if incompatible. Just a suggestion. Reviewers: @lukostyra @arapte Btw, I'll still play around with it and add comments with any questions or observations, but I'll ask Ambarish and Lukasz to be the reviewers. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1560#issuecomment-2341390288 PR Comment: https://git.openjdk.org/jfx/pull/1560#issuecomment-2341393482