Blog Detail
What, Why, When and How of Java, JavaFx, JavaScript and related technologies
http://w3hjava.com
This blog is essentially about java,javascript and related technologies. It tries to answer simple yet important question like what, why, when and how of java. It also looks at code optimization.
Recent Posts
Graphs on the way … JavaFX
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 compa...
Graphs on the way … JavaFX
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 compa...
Yahoo WS + JavaFX + Navigation !
Just a small demo of JavaFX + Web Services. From JavaFX, its quite easy to work on Web Services like maps, search, pictures .. There are lot of Web services demo in the sample space. Here I have contact list of person, which has name, email ID,...
Yahoo WS + JavaFX + Navigation !
Just a small demo of JavaFX + Web Services. From JavaFX, its quite easy to work on Web Services like maps, search, pictures .. There are lot of Web services demo in the sample space. Here I have contact list of person, which has name, email ID,...
3D Frames in JavaFX !
Somewhere in someone blog, I read this “Complex thing should be doable and simple things should be simple” - this is what the power of a Language. Many of us have seen lot of Samples in JavaFX and my favorites are those in which complex t...
SpotLight Effect in JavaFX !
There are lot of ways, you can use Lighting effects in JavaFX. All of them have its own use like Spot Light, Distant Light or Point Light. One small sample to show how Spot Light works. Run the JNLP : Here is the code : package lightingef...

