Some weeks ago I blogged about my first Material Design approach in JavaFX. But the project contains more than just some new styles for JavaFX. In the project I tried some technics to create good looking application without spending much time in styling. Therefore…

The native ones are not sleeping
As time goes by, there are lots of freshly skinned controls, which are waiting to be shown. So here comes a little "update post". New Components…

Global Stylesheet for your JavaFX Application
You can style your JavaFX Scene by CSS as you can read here and here.All this examples show how to apply a specific Stylesheet to one Scene by using…