CSSFX: become productive with JavaFX CSS editing
Join the DZone community and get the full member experience.
Join For FreeLike me, you love develop using JavaFX.
Like me, you find CSS in JavaFX a very good thing.
Optionally like me, you use an efficient JavaFX CSS editor (check latest 1.1.0 version of e(fx)clipse).
If you answered yes to at least the first two sentences, you're not so far in being productive with JavaFX and its CSS features.
What's that beast?
CSSFX is a new project which goal is to provide CSS hot reloading capabilities on already running JavaFX applications. When activated, you just have to do CSS changes in your source files, hit save button and magically your running application takes into account the CSS changes.
See it in action in the following video.

It's damn simple to use CSSFX ; version 1.0.0 just requires one line of code to activate CSSFX features
CSSFX.start()
Next version, will even be simpler and will attach directly to JavaFX running application.
Current release is available via maven on central:
<dependency> <groupId>org.fxmisc.cssfx</groupId> <artifactId>cssfx</artifactId> <version>1.0.0</version> </dependency>
For more information, do not hesitate to visit project at http://www.fxmisc.org/cssfx.
CSS
JavaFX
Opinions expressed by DZone contributors are their own.
Trending
-
IDE Changing as Fast as Cloud Native
-
Future of Software Development: Generative AI Augmenting Roles and Unlocking Co-Innovation
-
Stack in Data Structures
-
DevOps vs. DevSecOps: The Debate
Comments