January 13, 2016 The JavaOne Voting Machine If you visited JavaOne this year you should have noticed the Voting Machines that were placed at each session room at JavaOne. In this post I will share some insides about the creation of the machines.
December 16, 2015 Dolphin Platform and Polymer Starting with version 0.7 the Dolphin Platform JavaScript and Polymer API has been released.
December 16, 2015 Dolphin Platform 0.7 has been released We released version 0.7 of the Dolphin Platform today. Next to the framework we updated the Spring Boot archetype for Maven and added a KumuluzEE Maven archetype.
December 2, 2015 Dolphin Platform Jumpstart Starting with a new technology is often hard. Even if the technology is documented and follows the pattern and structures that you already know from other APIs or frameworks the initial start is always a problem. For Dolphin Platform we created a jumpstart project that will help you to get into the framework and create awesome applications based on it.
November 30, 2015 Styling a JavaFX Scrollbar Styling a scrollbar in JavaFX isn't that easy since it it composed of several internal nodes. Thanks to CSS all the internal nodes can be styled by using the defined style classes of the nodes.
November 30, 2015 Round images with JavaFX This post gives an example for creating round image controls with JavaFX