Desktop Java
-
More Units with MoreUnit
Just over a year ago I wrote a post about working with JUnit in Eclipse. One of the commenters recommended…
Read More » -
JavaFX Custom Control – Nest Thermostat Part 1
Tow weeks ago, I decided to spend some time watching some of the JavaOne talks about JavaFX, thanks to this…
Read More » -
Java, the Steam controller and me
Do you ever wondered if you could use existing stuff for something new? I saw some footage of the so-called…
Read More » -
Skinning in Java8 (JavaFX8)
There has been some changes in JavaFX8 regarding skinning, the most relevants of which are the new CSS API that…
Read More » -
A Popup Editor for JavaFX 8
For the last couple of months I had the pleasure of working with JavaFX 8 in order to implement a…
Read More » -
Tower Defense in JavaFX (3)
In the last part you saw how you can create Sprites, animate them, and give them Behavior. But the animation…
Read More » -
Metro style Combo Box for Java (JMetro) – Revisited
Last post I made about JMetro – my metro inspired skin (or look and feel) for Java, was about skinnng…
Read More » -
Tower Defense in JavaFX (2)
In the last part we’ve created a simple editor that let’s us place turrets. Now we’ll add a spawnpoint where…
Read More » -
JavaFX 2: How to Load Image
This is JavaFX tutorial about how to load a image in your JavaFX 2 application. This can be done easily…
Read More »