It's a long time being blogging. Actually not done anything new from
long time :). Here is one simple concept which some guys asked me. We
have provided hyperlink API in JavaFX 1.2 but some of us struggled to open a URL using hyperlink API.
Hmm, 2 ways to do it actually.
No1 : Use the Desktop API of JDK6. It's simple to use. One example is here....
One feature suggestion in blog. May be, it is already made.
Can our blog make a map(key,value pair) of standard words and their
hyperlink, so that whenever we write the word, it will search into the
map and link it to the indexed hyperlink. Because most of the time, when
we do technical blogging we need to link the word with same hyperlink
we have used last time.
Say word, Swing, AWT or Object class, we always refer to those words
with standard Sun document (standard javadoc), sometimes there are
particular word which we always want to refer wiki page.
Hi, I am Vaibhav. I am working in Java and JavaFX group. This blog is about writing simple code and application in Java and newly launched JavaFX. I am working in Bangalore, India.
Nice article :O) , rather on *nx machine i was usi...
:D Thank you. your is complicated one :)
It seems that java.awt.Desktop.getDesktop() method...
Nice. I guess in place of bug you can move it into...
Good tip. Also you can try the more complex but fl...
ah i see. yes, this also sounds good :). Thanks fo...
Vaibhav,
Thanks for posting this. Per your sugg...