| Author |
a good tutorial for java fx
|
Lucas Smith
Ranch Hand
Joined: Apr 20, 2009
Posts: 717
|
|
Can you give me an example of a good tutorial regarding JavaFX?
It can be a book as well.
Thank in advance!
|
SCJP6, SCWCD5
Hunting for OCE:EJBD6...
|
 |
Rob Spoor
Saloon Keeper
Joined: Oct 27, 2005
Posts: 17259
|
|
|
My copy of JavaFX in Action was shipped today; I'll let you know how it is when I've read it.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Rob Spoor
Saloon Keeper
Joined: Oct 27, 2005
Posts: 17259
|
|
|
Ok, as promised. I'm still busy with chapter 8, but so far it's quite enlightening. You learn by example which is a lot more fun than just learning new APIs etc.
|
 |
aayush jain
Greenhorn
Joined: Jun 16, 2011
Posts: 1
|
|
|
please provide me link of tutorials.,.....
|
 |
Randall Twede
Ranch Hand
Joined: Oct 21, 2000
Posts: 3661
|
|
http://download.oracle.com/javafx/1.3/tutorials/core/
I have just begun this tutorial, but so far it assumes nothing. it starts you out in kindergarten.
i do have a comment though. javaFX seems very strange to me as a java programmer. it is so completely different; what with functions, vars and defs. and use of colons etc.
|
I never took notes in college. That's how I got a 4.0 the first 2 years, and a 3.5 the second two years.
|
 |
Randall Twede
Ranch Hand
Joined: Oct 21, 2000
Posts: 3661
|
|
|
i finished the tutorial i was reading which i gave a link to. while it gave me a good introduction to how to write javaFX apps it didn't tell me anything about deployment. i would suggest you go to www.google.com and to learn to write apps enter javaFX tutorial, then choose from the list; to learn how to deploy your app enter javaFX deployment, then choose.
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 2516
|
|
Randall Twede wrote:javaFX seems very strange to me as a java programmer. it is so completely different; what with functions, vars and defs. and use of colons etc.
JavaFX 2.0, presently in Beta, uses Java syntax. JavaFX Script is to be phased out by Oracle, but may stay alive in the form of Visage.
|
luck, db
|
 |
Arjun Srivastava
Ranch Hand
Joined: Jun 23, 2010
Posts: 431
|
|
Darryl Burke wrote:
JavaFX 2.0, presently in Beta, uses Java syntax. JavaFX Script is to be phased out by Oracle, but may stay alive in the form of Visage.
Hi Darryl,
so now i don't need to learn JavaFX script ,only java knowledge will work out in this case while using javaFX or do i have to learn visage too?
|
SCJP 6 | FB : Java Certifications-Help. | India Against Corruption
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 2516
|
|
|
You'll find everything I know about that in the two pages I linked, and pages linked from there. I don't have any 'inside information' on the roadmap for either of the two technologies.
|
 |
Yosi Pramajaya
Ranch Hand
Joined: Jun 30, 2011
Posts: 38
|
|
JavaFX Documentation is provided to teach us about JavaFX 2.0 from the beginning.. I'm sure if you read that precisely than you can be a JavaFX Expert. I'm now learning it too..
And If you want to learn JavaFX 2.0, never touch JavaFX script, or you'll be confused. JavaFX 2.0 is easier for JavaSE Programmer than JavaFX script.
I'm just giving some advise.
|
Visit http://joshiegeek.blogspot.com
|
 |
 |
|
|
subject: a good tutorial for java fx
|
|
|