-
Desktop Java
JavaFX Tip 32: Need Icons? Use Ikonli!
Motivation I have been coding JavaFX applications and libraries since 2013 and one thing they all had in common was…
Read More » -
Desktop Java
JavaFX Tip 31: Masking / Clipping / Alpha Channel
Selection Strip I recently had to implement a custom control that lets the user select a single item out of…
Read More » -
Desktop Java
JavaFX Tip 30: ScrollPane with DropShadow
In one of my projects I recently noticed that it was hard for the user to see whether the content…
Read More » -
Desktop Java
JavaFX Tip 29: Make Layouts Ignore Invisible Nodes
Back in the days when I was still implementing UIs in Swing I used to be a big fan of…
Read More » -
Desktop Java
JavaFX Animation Tool
Ok, I guess it is time to let you in on a little secret. The last three months or so…
Read More » -
Desktop Java
JavaFX Real-World Apps: SkedPal
A new entry in the “Real World Applications” series. This time it is SkedPal, an application for managing a busy…
Read More » -
Desktop Java
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 » -
Desktop Java
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 » -
Desktop Java
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 »