Planet JFX
Sipoyraj (talk | contribs)
Line 27: Line 27:
 
* [http://javafx.netbeans.org/ JavaFX page on the NetBeans site] (mainly about the plugin, for the moment)
 
* [http://javafx.netbeans.org/ JavaFX page on the NetBeans site] (mainly about the plugin, for the moment)
 
* [http://www.ibm.com/developerworks/java/library/j-j107/ Article about JavaFX on IBM Developerworks]
 
* [http://www.ibm.com/developerworks/java/library/j-j107/ Article about JavaFX on IBM Developerworks]
  +
* [http://www.javafxworld.net/ Articles, Blogs, Videos, Tutorials about JavaFX . You can Post yours.]
   
 
==Tutorials==
 
==Tutorials==

Revision as of 09:17, 17 January 2008

Connecting to OpenJFX

The hub of all activity in the JavaFX world is most certainly OpenJFX.org which links over to the dev.java.net page.

In order to fully immerse yourself in the community (and this goes for most dev.java.net projects), you should do the following (also note the JavaFX front page has a very similar How to Contribute guide):

Links and Information

Some interesting links:

From my experience with C++ and Java, having method bodies in the class declaration clutters it with a mass of implementation details which is detrimental to getting an overview of the actual relationships and operations embodied by the class. It was for this reason that I decided to define the bodies of class operations and functions outside the class declaration.

Tutorials

See Tutorials.

JavaFX with Eclipse