This is a simple project to collect tests/examples I've done, either out of pure interest or in response to some forum (e.g. German Java-Forum) and/or StackOverflow posts.
shared
- interfaces and such stuff - TODO: integrate into the other projectssimple-tests-fx
- simple projects to test some aspects ofJavaFX
guice-fx
- simple project to show, how to build a simpleJavaFX
project with Guice (DI)kotlin-java-mix
- while usingJavaFX
to start a Stage, this is just a showcase for a Maven project setup where bothJava
and Kotlin are set up together in one project, also this one could be extended for the use of Guice and TornadoFXspring-boot-fx
- as theguice-fx
module, this is intended to show how to use Spring Boot (DI) withJavaFX
serviceloader-plugin-fx
- a poor man's plugin solution based on Java's ServiceLoader (see here).