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
AtlantaFX is not a controls library, it's CSS theme library or user agent stylesheet that works with existing JavaFX controls. It does provide several popular controls in the separate module, but those are absolutely optional. You can use bare CSS file just like Application.setUserAgenStylesheet("/path/to/css/file").
Regarding Scene Builder, I don't know whether it can be supported or not. Currently Scene Builder only supports default JavaFX themes (Modena and Caspian) and Gluon themes for mobile. That's hard-coded support. Since, there's no such notion as theme in JavaFX (yet) I suppose the answer to the question is no. Someone should contribute this feature to JavaFX first and then implement it for Scene Builder.
I stopped using Scene Builder long ago as a) it was nearly abandoned for years; b) I prefer MVVM to MVC; c) FXMLLoader never shined in terms of performance.
Does the library will be fully in scene builder as I saw, there are only 5-6 components right now
By the way amazing job
The text was updated successfully, but these errors were encountered: