Desktop Java
-
Integrating JavaFX 2.0 with Swing and SWT
One of the improvements in JavaFX with JavaFX 2.0 has been greater ease of interoperability with Swing and SWT. Several…
Read More » -
What I Learnt about JavaFX Today
In case you haven’t heard, JavaFX 2 is the new Desktop / web / client framework for Java. It’s had…
Read More » -
Migrating from JavaFX 1.3 to JavaFX 2.0
Some days ago I finished migrating the source code of Modellus from JavaFX 1.3 script to JavaFX 2.0 java language.…
Read More » -
JavaOne is Rebuilding Momentum
Just finished up an extremely busy week at JavaOne and there was a lot to like about this year’s event.…
Read More » -
Sometimes in Java, One Layout Manager Is Not Enough
Most often when developing Java Swing applications, we need to use several layout managers in several nested panels. This is…
Read More » -
JavaFX 2.0 beta sample application and after thoughts
I had quite sometime back played around with JavaFX and had good and bad experiences using the language. With the…
Read More » -
Xuggler Tutorial: Frames Capture and Video Creation
Note: This is part of our “Xuggler Development Tutorials” series. So far in our Xuggler tutorials series we have performed…
Read More » -
Xuggler Tutorial: Transcoding and Media Modification
Note: This is part of our “Xuggler Development Tutorials” series. In my previous tutorial, I performed a short Introduction to…
Read More » -
Introduction to Xuggler for Video Manipulation
Note: This is part of our “Xuggler Development Tutorials” series. With the explosion of video in the internet, developers frequently…
Read More »