- Improve Dialogs.getDefaultOwner() logic #60
- Update gradle, version #48
- FXUtils commands to get stages #47
- Convert to kotlin #49
- Make the use of country codes optional #50
- Fix publishing #51
- Update version #52
- Improve file chooser behavior #53
- Improve screen choice for input display #44
- Allow default directory to be set when prompting for a file with FileChoosers (#40)
- Improve behavior of
FXUtils.installSelectAllOrNoneMenu(qupath/qupath#1498) - New
FXUtils.addCloseWindowShortcutsmethods to enable closing windows from the keyboard - Improve error notifications when there is no associated text
- Make yes/no/cancel dialog non-resizable, for consistency (#26)
- Don't set file/directory chooser initial directory if it doesn't exist
- Resolves a bug spotted in QuPath (qupath/qupath#1441)
- Support prompt text for preferences using text fields or combo boxes
- Use 'key + .prompt' within resource bundles
- Support
Filepreferences (not only directories)
- Don't require annotated property
Prefsto be accessible- This enables preferences to be stored in private fields
- Initial release