Ivan
Ivan

Reputation: 64227

Could you share a link to a good intro into Java FX 2.0?

I didn't hurry to learn JavaFX as its first generation emerged but believe JavaFX 2.0 has strong chance becoming a very important technology revolutionizing (and strengthening a lot) JVM languages' client presentation. So I'd like to begin studying it right now, with Java FX 2.0 Beta (as far as I understand studying JavaFX 1.x is pretty senseless in my case as Java FX 2.0 is very much different).

So as Google doesn't help much at this moment I'd like to ask if you suggest any links to study.

Upvotes: 2

Views: 263

Answers (2)

Ivan
Ivan

Reputation: 64227

For those of you who are as well interested in the question here is what of interesting have I found myself.

http://fxexperience.com/2011/07/introducing-fxml/
and some more links here: http://jonathangiles.net/blog/?p=1093

Upvotes: 0

OscarRyz
OscarRyz

Reputation: 199334

You can start with this:

http://download.oracle.com/javafx/index.html

Upvotes: 5

Related Questions