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: 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 [...]