As I mentioned in the previous post (which I accidentally published prematurely), I've been speaking on JavaFX Script at Sun Tech Days in Sydney, Australia. ...
0 replies - 2738 views - 03/06/08 by Jim Weaver in Articles
What is Java3D? It is an API enabling applications that call
functions of the OpenGL and DirectX drivers to create and render 3D
scenes on the screen. How can...
4 replies - 7721 views - 02/29/08 by Sergey Surikov in Tips and Tricks
This
example shows you how to modify the code in an MP3 file. You need to
add several new functions to enable the application to read MP3 tags.
Then, you...
7 replies - 4256 views - 02/27/08 by Sergey Surikov in Tips and Tricks
This guide describes how to use the JavaFX technology in application development. Common questions such as how to create CRUD-oriented systems and using SQL ...
17 replies - 15400 views - 02/25/08 by Sergey Surikov in Tips and Tricks
This is the second part of a mini-series in which we're creating a Tetris game in compiled JavaFX Script together. If you haven't already, please take a look...
0 replies - 3006 views - 02/24/08 by Jim Weaver in Articles
This article describes how to create new
components for the JavaFX platform with an emphasis on the use of
graphical facilities in building GUI.
5 replies - 8718 views - 02/24/08 by Sergey Surikov in Tips and Tricks
I'd like to introduce Sergey Surikov, who will be posting some great articles about JavaFX Script to DZone Javalobby. Sergey has been contributing to the...
0 replies - 2748 views - 02/24/08 by Jim Weaver in Announcements
I thought it would be fun to spend a few posts creating a Tetris game in compiled JavaFX Script together. Today I made a rough start on it, and if you...
5 replies - 4775 views - 02/22/08 by Jim Weaver in Articles
As I explained in the XML and JSON Processing post, compiled JavaFX Script has an XML abstraction. It now has a JSON abstraction as well. I'm sure that there...
1 replies - 3088 views - 02/21/08 by Jim Weaver in Articles
If you've got a few minutes for a silly conversation that has some revealing insights into Java SE 6 Update 10 (the Get Deployment Right release) and JavaFX,...
0 replies - 2147 views - 02/18/08 by Jim Weaver in Articles
James Gosling had a lot to say about JavaFX Script and JavaFX Moble at JavaPolis 2007. The video of the Q&A session with James Gosling has just been...
5 replies - 3360 views - 02/16/08 by Jim Weaver in Articles
Java is such a great language and platform for any kind of application. It is open, fast, powerful, runs on any platform, and there are more jobs for Java than...
9 replies - 57350 views - 02/15/08 by Ryan de Laplante in Tips and Tricks
In previous posts I've demonstrated binding to an attribute, and binding to a sequence. Now I'd like to show you how to bind to a function. This is a very...
2 replies - 1950 views - 02/15/08 by Jim Weaver in Articles
Matthew McCullough of Ambient Ideas co-presented with me on JavaFX Script at the Boulder Java Users Group last evening. Matthew's JavaFX Script presentation...
0 replies - 2049 views - 02/13/08 by Jim Weaver in Articles
In the Binding to a Sequence in Compiled JavaFX Script article, we bound a ListBox to a sequence in the model. This binding causes the ListBox to stay in sync...
0 replies - 1925 views - 02/11/08 by Jim Weaver in Articles