JavaFX

Click image for full screen preview
The official IDE for JavaFX development.
Use the Update Center (Tools > Plugins) to install JavaFX 1.0 into your existing installation of NetBeans IDE 6.5.
If you don't have the NetBeans IDE 6.5 installed, download the
NetBeans IDE for JavaFX here.
JavaFX Projects
The NetBeans IDE is the
recommended tool to create, test, debug, and deploy JavaFX applications
for the desktop, browser and mobile platforms. You have the option
of deploying JavaFX projects as Java web start (JNLP), Java Applet or
stand-alone applications. To get started quickly, select File > New Project
from the main menu and have a look at our ready-to-run sample
projects.
|
|
JavaFX Editor
The JavaFX Script Editor supports syntax highlighting,
source navigation, code completion, code folding, javadoc pop-ups, and
error detection. You can use the Preview button to display
the output of your visual code live.
The IDE contains code snippets that can be dragged and
dropped into the editor: The Palette allows you to quickly add
JavaFX objects with transformations, effects and animation to your
project.
|
|
JavaFX Profiling
Use the integrated Profiler for standard CPU or memory
profiling, or simple monitoring to optimize your JavaFX application's
speed and memory usage. The options have been preset to default values
by experts, but you can customize settings for a specific
application.
Visit javafx.com for downloads, demos, FAQs
and documentation. Visit wiki.netbeans.org for NetBeans-related tutorials.
|
|