- Improve behavior of
FXUtils.installSelectAllOrNoneMenu
(qupath/qupath#1498) - New
FXUtils.addCloseWindowShortcuts
methods 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
File
preferences (not only directories)
- Don't require annotated property
Prefs
to be accessible- This enables preferences to be stored in private fields
- Initial release