April 28, 2013 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.
March 20, 2013 Use native Aqua icons in JavaFX While planning AquaFX we found a way how to access Mac OS specific icons without using any closed APIs or Mac OS related classes.
March 20, 2013 Assertions and Rules in MarvinFX Today I added some new features to MarvinFX. For all basic property types (String, Number, Boolean, etc...) MarvinFX will provide methods to check some common assertions for this properties.
March 17, 2013 Introducing MarvinFx For all my current JavaFX work I need a simple test framework to check the behavior of controls or complete scenes. Since I'm working more and more with the Property API I mainly wanted to to test the properties and their behavior of controls and scenes.
March 2, 2013 Update for the native ones I was keen on starting with the first components for the native Look and Feel for JavaFX. Now I want to show you what is the result.
March 2, 2013 Global Stylesheet for your JavaFX Application There is a way to set a global Stylesheet to all JavaFX Scenes in your app. By using the JavaFX 8 class StyleManager you can define the default CSS files.