You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure why it's not implemented. Imo, placing plain CSS file to the app classpath, namely target/classes, is the simplest and most obvious way to play with theming your app. No need to build JAR and no need to install it to local Maven repo. But CSSFX has no built-in converter to handle simple file urls. Anyway, it's easy enough to create one:
People reported me they were using CSS like
instead of using a URL.
The JavaFX CSS reference guide says that CSS should be referenced by URL.
Not clear yet if we have to support it or not.
The text was updated successfully, but these errors were encountered: