Articles

Graphical element that underlines the text
Maven vs. Gradle and the Best of Both Worlds

hendrik

#Java

Maven vs. Gradle and the Best of Both Worlds

See how both Maven and Gradle succeed and fail and consider static modules, an idea that would bring out and combine their best aspects.

JavaFX JumpStart @ JavaOne

hendrik

#JavaFX

JavaFX JumpStart @ JavaOne

This is the preview text of the post that is defined directly in the header of the markdown file.

JavaFX and CSS: Pseudo Classes

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

JavaFX and CSS

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

Dolphin Platform 0.8 has beed released

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.

GuiGarage 2.0

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.

Round Images with CSS

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.