Desktop Java
-

Integrating JavaFX and Swing (Revised)
I’ve just finished rewriting a component of my app that was using Swing and now is using JavaFX, I’ve ended up with…
Read More » -

Some Java based AI Frameworks: Encog, JavaML, Weka
While working through I am working through Programming Collection Intelligence I found myself sending a lot of time translating the Python…
Read More » -

Java PDF Libraries
Recently I had a task to select some Java PDF libraries for PDF generation. But it wasn’t a simple task.…
Read More » -

Using JacpFX clients with JSR 356 WebSockets
JSR 356 WebSockets are one of the new and exciting features in the upcoming JEE 7 release and includes Server-…
Read More » -

JavaFX Library for Inverse Kinematics 2.0
This is the first tutorial explaining the basics of javafx-ik, a library for inverse kinematics with JavaFX. The sources of…
Read More » -

JavaFX 2 with Spring
I’m going to start this one with a bold statement: I always liked Java Swing, or applets for that matter.…
Read More » -

JavaFX: Space Invaders in less than 175 LOC
With the current version of the API I’m at less than 175 LOC for Space Invaders. I’ve got lot’s of…
Read More » -

Styling JavaFX Pie Chart with CSS
JavaFX provides certain colors by default when rendering charts. There are situations, however, when one wants to customize these colors.…
Read More » -

A minimal JavaFX Presentation (in JavaFX)
If you want to do a presentation about JavaFX, it’s very handy to do the presentation itself in JavaFX. This…
Read More »

