jme3-utilities-nifty v0.8.0
·
1842 commits
to master
since this release
- Improve the extensibility of dialog boxes. Formerly commit-action suffixes
were constructed inPopScreenController.dialogCommit()
based on what
controls the dialog contained. That function has moved to the dialog
controller, providing more flexibility. - Added a
MinimalDialog
class for use as a default and a superclass. - Use
TextEntryDialog
as superclass for all dialog boxes based on
Interface/Nifty/dialogs/text-entry.xml
.