List/Grid Desktop Java Subscribe to the RSS feed of category Desktop Java

JavaFX 2 Form with Tron effect
This is a simple JavaFX Login Form with a TRON like effect. In this example I am using CSS to style the TextField and Button. Here is the snippet of the CSS and Effect code: .text-field{ ...

Oracle Propels JavaFX Forward by Enlisting Weaver and Chin
I put out an April Fools’ post yesterday about joining NASA to help with exploration of the big red planet. That post was not far from the truth… all the details about technologies ...

JavaFX 2.0 Introduction by Example book
I recently finished writing a book on the new release of the JavaFX 2.0 SDK and it has already been placed on the shelves at a bookstore (Amazon) near you. The book will walk you through, ...

JavaFX: Creating a Sprite Animation
While most of my posts so far dealt with JavaFX properties and bindings, today I want to write about another part of the JavaFX runtime I also work on: the animation API. In this article ...

Building Rich Clients with JacpFX and JavaFX2
Creating fast and scaling desktop clients is always a challenge, particularly when dealing with a large amount of data and long running tasks. Although Eclipse RCP and Netbeans RCP ...

Java: Improvements to the client and desktop parts of Java SE 6 and Java SE 7 !!!
Client-Side Improvements in Java 6 and Java 7 Learn about the improvements to the client and desktop parts of Java SE 6 and Java SE 7, including the new applet plug-in, the Java Deployment ...

Most often asked questions about JavaFX
Last week I did a talk about JavaFX at Jfokus 2012 in Stockholm, when I realized that there are three questions I am asked at every event. There seems to be a general interest, so I ...

Best Practices for JavaFX Mobile Applications, Part 2
WARNING: The tips I am giving here are true for the current version of JavaFX Mobile, which is part of the JavaFX 1.1 SDK. In future versions the behavior will change, the current ...

Best Practices for JavaFX Mobile Applications, Part 1
As everybody who is interested in JavaFX will know by now, JavaFX Mobile was released a short while ago. It was a hell of a ride, that’s for sure. I felt so exhausted, I did not even ...

JavaFX 2.0 and Scala, Like Milk and Cookies
JavaFX 2.0 and Scala are both great technologies individually, but work even better when used together. JavaFX 2.0 is a powerful rich client technology with advanced graphics, animation, ...

