You may recall that I've featured some of Sven Drieling's work previously in this blog, for example in the JavaFX Animation - Some of Sven's Canvas Tricks post. Well, Sven has updated his animation examples and added to the collection to help us prepare for...
5 replies - 5239 views - 07/11/08 by Jim Weaver in Articles
In the Knowing the State of a JavaFX Script Animation post I showed you the more succinct syntax for controlling animations. Now I'd like to show you some improvements to the TetrisJFX program that I've been developing in this blog, including switching to...
0 replies - 2957 views - 04/29/08 by Jim Weaver in Articles
In the Reading 'tween the Lines - Simplified JavaFX Script Animation Syntax post, I showed you how to start, stop, pause and resume an animation. In this post I'm going to show you how to read the state of the animation (i.e. whether is it running, and...
4 replies - 3443 views - 04/25/08 by Jim Weaver in Articles
Sometimes we need to switch an application to full-screen mode. Let's examine an example of such an application...
0 replies - 12120 views - 02/26/08 by Sergey Surikov in Tips and Tricks