convenience
Afterburner.fx 1.6.3 introduces the following features:
- fxml files are loaded as camel and lower case
- Resources (css) can be case-insensitive
- FXML uses ExecutorService instead of Executor -> more power to FXMLView subclasses
- FXMLView inherits from StackPane (needed for custom components in Java FX Scene Builder)
- getViewAsync refactored -> view initialization is performed asynchronously
- Threads needed for asynchronous loading are
afterburner.fx-
(easier to profile in e.g. jvisualvm) - Exception reporter added for asynchronous view creation