Desktop Java
-

Java Swing Model View Adapter Mediator
Typically I build my Java applications based on Spring Framework. However, I was recently asked to implement a Java desktop…
Read More » -

JavaFX Real-World Apps: Eurovision Broadcasting Union
I have the privilege to present several JavaFX Real-World Apps at JavaOne this year together with Alexander Casall, who works…
Read More » -

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 »





