TimeboxFX 2
When I started with JavaFX in 2012 TimeboxFX was one of my very first JavaFX apps.
Recently in a meeting I wanted to use it as a gimmick and I found out that TimeboxFX needed some love…
So here is the new version:
Keep it as simple as possible!
When I started with JavaFX in 2012 TimeboxFX was one of my very first JavaFX apps.
Recently in a meeting I wanted to use it as a gimmick and I found out that TimeboxFX needed some love…
So here is the new version:
Very nice, simple and effective. Nicely visual. 🙂 Makes me want to try FX, maybe ScalaFX.
Thanks man! ScalaFX is a good choice ;-)!
Nice.. congratulations.
Thanks, Ricardo!
Hi Jens!
Hope you will be fine…
I am working with JavaFX and developed applications.
I want to create exe files with all required libraries without using full jre.
Like you did in this. It has dll files and others but not dependent on jre anymore.
Can you please guide me in this regard.
I have used innoSetup and launch4j but these are not what I desire.
Will be glade if you help.
Thanks
Well, actually the installers are made with Install4J (https://www.ej-technologies.com) and are shipped bundled JREs. The App itself is a FatJar containing the needed classes of the dependending libs only.
If you really want to strip down the JRE additionally you should have a look at Java 9 Jigsaw / jlink.