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 against copying modena. If there are updates to Javafx we would always need to re copy the whole stuff.
it might be better using https://github.com/mkpaz/atlantafx
Currently, we use the built-in JavaFX theme "Modena" as the base and overwrite certain styles. In some cases this is a bit problematic and it would be better to copy modena.css and make our changes directly to this file.
The new base UI css file can be registered using https://docs.oracle.com/javase/8/javafx/api/javafx/application/Application.html#setUserAgentStylesheet-java.lang.String-
The text was updated successfully, but these errors were encountered: