Desktop Java
-

A JavaFX HelloWorld using Java 9ās Project Jigsaw in 60 seconds
By now youāve probably have heard of Java 9ās new module system a.k.a. projectĀ Jigsaw. If you donāt know about Java…
Read More » -

Button of Choice: Use ToggleButtons as RadioButtons
For MQTT.fx I wanted to use ToggleButtons to e.g. choose the deĀ coding of a MQTT Message or the QoS Level:…
Read More » -

JavaFX Missing Features Survey: CSS
In the last post of the Missing Features Survey series I said that this post would be about missing features…
Read More » -

Shadow Fields vs. Property Accessors Interface Round 3
This is round 3 of the Shadow Fields vs Property Accessors Interface. If you are new and not sure what…
Read More » -

New CalendarFX View: MonthGridView!
Me and my team have recently begun work on a new view for CalendarFX with the initial goal to display…
Read More » -

Shadow Fields vs. Property Accessor Interface Round 2
If you guys havenāt noticed aĀ (light-hearted)Ā showdownĀ between Dirk Lemmerman and me, let me quickly mention how we got to this point.…
Read More » -

Shadow Fields vs. Property Accessor Interface
Carl Dea recently followed up on a blog post of mine called Save Memory! Use Shadow Fields for Properties. In…
Read More » -

JavaFX Tips to Save Memory! Shadow Fields for Properties and Observables
In the world of JavaFX theĀ Properties API allows UI developers to bind values to UI controls. This capability is surprisingly…
Read More » -

JavaFX Tip 23: Save Memory! Shadow Fields for Properties
Properties and property bindings introduced in Java 8 are extremely usefulĀ programming concepts. They are especially useful when you are developing…
Read More »
