See how both Maven and Gradle succeed and fail and consider static modules, an idea that would bring out and combine their best aspects.
hendrik
#JavaFX
JavaFX JumpStart @ JavaOne
This is the preview text of the post that is defined directly in the header of the markdown file.
hendrik
#JavaFX
JavaFX and CSS: Pseudo Classes
Pseudo classes are a really cool CSS feature that you can use to define styles for different states of a component. This post gives an overview how pseudo classes can be used in JavaFX
hendrik
#JavaFX
JavaFX and CSS
One of the cool features of JavaFX is the CSS support. By using CSS you can simply style a single control or a complete application. This post gives a first introduction to the CSS usage and API in JavaFX
hendrik
#Dolphin Platform
#JavaFX
#Polymer
Dolphin Platform 0.8 has beed released
The 0.8 version of Dolphin Platform provides several new features like Java Bean Validation support of new bindings for JavaFX.
hendrik
#General
GuiGarage 2.0
Today I start a new version of my blog. Next to migrating all the posts to this new version I will add some new content. Since JavaFX will still be a very important part of GuiGarage I will add some new categories for web frontends and UI/UX in general.
hendrik
#Web Frontends
Round Images with CSS
Always wanted to create round images in your web page? Instead of doing this with a graphic editor by hand you can use CSS to show a rounded image based on a regular image on your page.