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 ofJavaFXguice-fx- simple project to show, how to build a simpleJavaFXproject with Guice (DI)kotlin-java-mix- while usingJavaFXto start a Stage, this is just a showcase for a Maven project setup where bothJavaand 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-fxmodule, 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).