AwesomeJavaFX
                                
                                
                                
                                    AwesomeJavaFX copied to clipboard
                            
                            
                            
                        A curated list of awesome JavaFX libraries, books, frameworks, etc...
[Actlist](https://github.com/actlist/actlist) is a utility platform to execute your own action list easily and simply.
SplashFX is a library create by myself that provides developers to show splash screens preloader of their main stuff. [SplashFX](https://github.com/xolider/SplashFX)
I've replaced my old article [Using the Java Packager with JDK 11](https://medium.com/@adam_carroll/java-packager-with-jdk11-31b3d620f4a8) with my new version [Installable Java Apps with jpackage](https://vocabhunter.github.io/2021/07/10/installable-java-apps-with-jpackage.html). The old version was based on using a pre-release...
https://github.com/martinkoster/actionfx New JavaFX framework under MIT license Uses Dependency injection in a similar way than afterburner.fx, but default bean container can be replaced by Spring bean container, if desired Less-intrusive:...
Can you add Bisq (https://bisq.network/, https://github.com/bisq-network/bisq) to your real-world examples? It is a decentralized Bitcoin trading platform written in Java with a JavaFx UI.
AsyncFX is a library created by me that I use in my JavaFX projects. It helps me **easily** create async calls. It comes with a nice DSL, inspired by the...