- Modify build scripts for maven central release
- Fix cursors not working
- Fix input events for more consistent consumption
- Modifications for jfx 12+
- Modification for jme 3.4.0
- Other minor fixes
- Fix for situations when keyup events are being consumed by javafx when JME consumes keydown.
- Fix for situations when mouseup events are being consumed by javafx when JME comsumes mousedown.
- Fix for dialogs not centering correctly.
- Fix for the jfx thread closing if no scene is present.
- Added support for vertical mouse-wheel scrolling.
- Set jmonkey version to latest release instead of latest version.
- Remove unnecessary logging dependencies.
- Add optional String... argument to JavaFxUI.initialize to allow importing global css stylesheets.
- Replace System.out.println outputs to logging system
- Use singleton pattern. All methods are now called from .getInstance()