Module app.supernaut.fx


module app.supernaut.fx
Defines the core classes and interfaces used by Supernaut.FX applications. These interface extend the more abstract interfaces in app.supernaut. In general, applications should not depend on classes defined in the app.supernaut.fx.micronaut module.

If you are writing a Supernaut.FX there are two main classes you need to know about: ApplicationDelegate and FxLauncher. See ApplicationDelegate for an example app and how to get started or read the User's Guide (TBD).