I just added support for loading stylesheets via t...
# tornadofx
e
I just added support for loading stylesheets via the service loader, so if you create a library of your stylesheet, users just need to put it on the classpath and it will be automatically loaded, provided that your library includes a file called
META-INF/services/tornadofx.Stylesheet
which should contain the class name of the stylesheet you want to autoload. Multiple stylesheets are supported, one per line.