Vaibhav's Blog Space

Bullet Graph - RIA + JavaFX !

Friday Apr 17, 2009

Finally we are able to finish one more article on Data Representation. My special thanks to Stephen Few who has written the concept of Bullet Graph. An awesome way to represent lot of data in one screen. Basically used on Executive Dashboard to compare between predicted value and actual done.

In terms of Animation, this is different in comparison with other Data Rep. Articles. Here the data loading is sequential in nature. Actually if someone is making it for presentation purpose, the best way is to show the animation on Key hit, very similar to what we do in ODP or PPT presentations.Some small code of AppletExtension is also there, which will show you the power of JavaFX API. When you drag this applet out of Browser, you will not see the custom close button.

Feel free to comment or add anything you want in this.

[6] Comments
Like this post? del.icio.us | furl | slashdot | technorati | digg
Comments:

Hi Vaihav,
a great app again.
but as newbie I am interested to find a solution to handle datarecords from a database FIRST.
Have you an idea to got a sample with database manipulation?

Posted by Dieter on April 18, 2009 at 09:21 PM IST #

Thanks !

Why not, please check this : http://blogs.sun.com/carolmcdonald/entry/pet_catalog_javafx_example_application

In next few articles we are going to focus more on Data Base, because its the demand !

Posted by Vaibhav on April 18, 2009 at 11:12 PM IST #

Good one man. I didnt get the AppletExtension part , is it to implment the close button ?
This applicable only for Bullet Graph ?

Posted by Raghu Nair on April 19, 2009 at 12:19 AM IST #

thanks Raghu ! In this example, we did it because when it was coming out of the browser, the application has a close button which will not close the application, because in browser FX.exit() will not work. There is a way to close the application by closing that stage but here what we did is we vanished the close button when out of browser and provided the defaultCloseButton = yes.

Posted by Vaibhav on April 19, 2009 at 10:05 AM IST #

Thanks Vaibhav.

Posted by Raghu Nair on April 19, 2009 at 10:19 AM IST #

Thank u, Vaibhav for this nice article...

Posted by Ankara Bilgisayar, Bilgisayar Satış, Teknoloji Mağazası on August 09, 2009 at 02:09 AM IST #

Post a Comment:
  • HTML Syntax: NOT allowed