Desktop Java
-

Efficient Creation of Eclipse Modules with Maven Archetype
Maven Archetype is a project templating toolkit that provides developers with the means to generate parameterized versions of built-in or…
Read More » -

JavaFX Tip 15: ListView Autoscrolling
I recently had to implement autoscrolling functionality for FlexGanttFX and thought that my solution might be useful for others. You…
Read More » -

New Custom Control: TaskProgressView
I have written a new custom control and commited it to the ControlsFX project. It is a highly specialized control…
Read More » -

How to Safely Use SWT’s Display asyncExec
Most user interface (UI) toolkits are single-threaded and SWT is no exception. This means that UI objects must be accessed…
Read More » -

Programming a simple slot machine game using Java
No matter how simple or complex the game is, Java can do the job! On this post, let’s take a look…
Read More » -

JavaFX Tip 14: StackPane Children – Hidden But Not Gone
Another short tip: Swing provides a layout manager called CardLayout, which manages a set of components (cards) inside a container…
Read More » -

JavaFX Tip 13: Study Modena CSS File
This is the easiest and shortest tip so far. If you want to do any of the following things: learn how…
Read More » -

Game AI – An Introduction to Behaviour Trees
Game AI is a very broad subject and while there is a lot of material out there, I didn’t find…
Read More » -

Validation in java (javafx)
Validation is one thing that’s missing from the core javafx framework. To fill in this gap there is already a…
Read More »


