Posted by: javafxgame on: August 18, 2009
I completed a project called “Wish Tree” for my kids. It is an online application for people to leave wishes. Each wish is represented by a lucky star hanging on a Wish Tree. My development platform is JavaFX, PHP and MYSQL. (Click below screenshot to start the JavaFX client and make your wish now [...]
Posted by: Rakesh Menon on: July 7, 2009
Demonstrates use of Zembly services (outside of Zembly) from JavaFX using Zembly Client Libraries (zcl).
For Applet mode, click on above image
For standalone mode
Above sample is modified version of InterestingPhotos which now uses Zembly APIs to search flickr’s photo search (photos.search API) based on tags. It also provides APIs from various other providers.
Source available here
Posted by: Rakesh Menon on: June 29, 2009
Execute top using ProcessBuilder, get the Process instance. Get the output stream from process and read the output of top command. Now parse this content (a bit tricky, each version had its own output format) to get the CPU and Memory information. Plot the chart using JavaFX chart APIs.
For Applet mode, click on above image
For [...]
Posted by: Rakesh Menon on: June 19, 2009
News ticker based on Yahoo RSS feed, implemented using RssTask API.
For Applet mode, click on above image
For standalone mode
Source available here
Posted by: Rakesh Menon on: June 15, 2009
Simple JavaFX Color-Picker control which one can be easily used in other products.
For Applet mode, click on above image
For standalone mode
Source available here
Posted by: Rakesh Menon on: June 10, 2009
Yahoo! released new Yahoo! Placemaker APIs. These APIs search for name of places in plain text document and returns the latitude and longitude associated with the place. You can either provide a text or a URL as input to the API. The output can be obtained in XML or RSS format. Combine above information with [...]
Posted by: Rakesh Menon on: April 30, 2009
I came across a nice comparison of Fish-Eye-Menu in Flash and Silverlight. Looks Cool! So thought of writing one in JavaFX and compare..
For standalone mode
Source:
Main.fx
Posted by: Rakesh Menon on: April 15, 2009
A simple Image Viewer which gets pictures from Flickr using WebServices APIs and renders the same. Click on below thumbnails to zoom the next image. Keep clicking so as to load more and more pictures from Flickr.
For Applet mode, click on above image
For standalone mode
For more information refer to below posts
Image Viewer
WebServices
Source:
Main.fx
Carousel.fx
ThumbImage.fx
Photo.fx
PhotoPullParser.fx
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: Mark Nankman on: March 20, 2009
I admit it, I “gimped” (the open source version of “photoshopped”) the above picture. I don’t know if the JavaFX based and open source Twitter client TweetBox runs on the Xperia, but it would be cool if it did. I haven’t even checked if I have stayed within the Common profile. But I promise you [...]