JavaVisualizer
StableLive preview & hot reload for JavaFX FXML and CSSFX.
Problem
Iterating on JavaFX UIs means full recompiles and app restarts for every CSS or FXML tweak — which kills flow.
What I did
I built a JavaFX app that watches your project files, swaps the scene root on FXML change and re-applies stylesheets on CSS change. Cross-platform installers via jpackage + GitHub Actions.
Stack
- Java
- JavaFX
- Gradle