[The Java Posse] Re: JavaFX - Week 3.1 (broken examples, or has the language changed?!)

2009-09-13 Thread Rob Wilson - BabyDuke JUG
Thanks Josh, Well that explains it then ;-) I followed a link from the JavaPassion tutorial and then somewhere off there I found I Java FX for Java programmers tutorial - it was in there, admittedly dated 2007. That link you sent I had found before, but it's awkward because I have no internet

[The Java Posse] Re: JavaFX - Week 3.1 (broken examples, or has the language changed?!)

2009-09-13 Thread Steven Herod
Be careful, there were a lot of pre 1.0 samples on the net and they are worse than useless as so much has changed since 1.0 to 1.2 Stick to javafx.com, sun.com and sites like http://fxexperience.com/ http://learnjavafx.typepad.com/ which are up to date. This may also be helpful:

[The Java Posse] Re: JavaFX - Week 3.1 (broken examples, or has the language changed?!)

2009-09-13 Thread Stephen Chin
To add to Steven's list, we kicked off a new community-based JavaFX samples site at http://jfxtras.org/. Everything has full source code and is BSD licensed so you can re-use it without concern. We try to keep things as up-to-date as possible. Right now I am in the process of validating

[The Java Posse] Re: JavaFX - Week 3.1 (broken examples, or has the language changed?!)

2009-09-13 Thread Sang Shin
Rob Wilson - BabyDuke JUG wrote: Thanks Josh, Well that explains it then ;-) I followed a link from the JavaPassion tutorial and then somewhere off there I found I Java FX for Java programmers tutorial - it was in there, admittedly dated 2007. Hmm. All the example codes and external

[The Java Posse] Re: JavaFX - Week 3.1 (broken examples, or has the language changed?!)

2009-09-13 Thread Joshua Marinacci
Also try www.jfxstudio.org, which is a site full of javafx doodles that various people have created (and a good place to show off your own stuff too). We just started our monthly coding contest back up as well. Do something cool in only 30 lines of code. The deadline is the end of

[The Java Posse] Re: JavaFX - Week 3.1 (broken examples, or has the language changed?!)

2009-09-13 Thread SpikyOrange
Hi Sang Shin, Sorry, I was not implying it was on the JavaPassion Java FX pages, I followed a link from your course that then linked to another resource - I tend to follow many links but unfortunately I can't find the route I took. If I do stumble across it again, I'll let you know. By the way,

[The Java Posse] Re: JavaFX - Week 3.1 (broken examples, or has the language changed?!)

2009-09-12 Thread Joshua Marinacci
Where are you finding these examples? The do keyword was removed from the language over 18 months ago. The best samples are at www.javafx.com/samples since they are always kept up to date. The up to date language spec is here: