Posted by: tojitu on: December 13, 2009
This is a small application for viewing picasa public web albums. You need to enter any gmail id to view the albums. This application is still under development. As of now it can support maximum of 6 albums and 10 photos of each albums.
Picasa Viewer
Posted by: Vikram on: April 8, 2009
There are already few bar application written in Java Fx., some even on this blog.
I did some simple mathematics to make use of either Rectangular or Circular bars in your application.
Using my classes you can write code as simple as this
Stage {
title: “Pillar”
width: 400
[...]
Posted by: Sergey Malenkov on: March 18, 2009
I’ve posted the example of the SideBar on my blog.
My approach has a couple of disadvantages. First, JavaFX has no API to keep the window on top of other windows even if it has the focus. Second, the closed fullscreen window does not receive events on the screen resolution changes. Therefore the SideBar will work [...]
Posted by: Vaibhav Choudhary on: March 17, 2009
Last week I saw a nice sample written in flash about the ball motion in 3-D space. I try to implement that idea in JavaFX. Code is little dirty, so I will post it later.
This is how it looks (animation is important) :
To watch the animation, please launch this JNLP.
I hope, you will enjoy [...]
Posted by: Sten Anderson on: February 13, 2009
I took a stab at implementing the popular game, “Tower of Hanoi”, in JavaFX.
The object of the game is to move all of the discs from the far left peg to the far right one. A disc can only be placed on top of a disc larger than itself. Click the button to try it [...]