Skip to content

convenience

Compare
Choose a tag to compare
@AdamBien AdamBien released this 21 Feb 06:45
· 6 commits to master since this release

Afterburner.fx 1.6.3 introduces the following features:

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