Desktop Java
-
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 » -
FX Playground
Introduction FX Playground is a JavaFX-based prototyping tool or live editor that eliminates the step of compiling Java code. This…
Read More » -
JavaFX Tip 12: Define Icons in CSS
When you are a UI developer coming from Swing like me then there is a good chance that you are still…
Read More » -
JavaFX Tip 11: Updating Read-Only Properties
Custom controls often feature “read-only” properties. This means that they can not be set from outside the control, not even…
Read More » -
JavaFX Tip 10: Custom Composite Controls
Writing custom controls in JavaFX is a simple and straight forward process. A control class is needed for controlling the state…
Read More »