Desktop Java
-
Hello World in Vaadin & DukeScript
On the face of it, Vaadin—and GWT in general—has a lot in common with DukeScript. Both are focused on providing…
Read More » -
Develop DSLs for Eclipse and IntelliJ using Xtext
In this post we are going to see how to develop a simple language. We will aim to get: a…
Read More » -
JavaFX Tip 20: A lot to show? Use Canvas!
There seem to be two kinds of JavaFX applications: the first one is using a scene graph with nodes and CSS styling, and…
Read More » -
JavaFX, Project Jigsaw and JEP 253
So Java 9 may break your code… This is particularly likely if your project uses JavaFX because many customizations and…
Read More » -
Creating a DSL for AWT’s Robot
The Java SDK ships with the class java.awt.Robot that allows the automation of keyboard and mouse input as well as…
Read More » -
JavaFX Tip 18: Path Clipping
I recently noticed that the PopOver control, which I committed to the ControlsFX project, does not properly clip its content.…
Read More » -
How To Write a NetBeans Plugin
Want to add a feature or automate something in your NetBeans IDE? Follow along as we write your first plugin…
Read More » -
JavaFX Tip 17: Animated Workbench Layout with AnchorPane
I recently had to implement a layout for an application where the menu area and the status area could be hidden…
Read More » -
Storing months of historical metrics from Hystrix in Graphite
One of the killer-features of Hystrix is a low-latency, data-intensive and beautiful dashboard: …
Read More »