corner imagecorner image FeaturesPluginsDocs & SupportCommunityPartners
download NetBeans

NetBeans IDE 6.7 Features

JavaFX

JavaFX in NetBeans IDE 6.5
Click image for full screen preview

Develop rich applications that run consistently on the desktop, in web browsers, and on mobile devices.

Use the Update Center (Tools > Plugins) to get JavaFX 1.2 for NetBeans IDE 6.5.1. You can also download the NetBeans IDE 6.5.1 for JavaFX here. The JavaFX plugin for NetBeans IDE 6.7 is coming soon!

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, stand-alone applications, or in a mobile emulator. To get started quickly, select File > New Project from the main menu and have a look at our ready-to-run sample projects.

NetBeans JavaFX palette

JavaFX Script 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.

NetBeans JavaFX syntax highlighting

Full Mobile Support

The JavaFX SDK 1.2 supports JavaFX Mobile and comes with a JavaFX Mobile Emulator. JavaFX Mobile applications run directly on the Java Micro Edition platform: Benefit from Java ME's ubiquity, security, and advanced APIs, including support for GPS, cameras, filesystem, networking, and Bluetooth.

If you already know Java ME, you can re-use existing code and skills. If you already know JavaFX, you can create mobile applications with the same familiar language, APIs, and tools. Everytime you write a JavaFX desktop application with the common profile, you are also writing for mobile devices.

JavaFX.com

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.


- javafx.com with downloads, demos, FAQs and documentation.

- wiki.netbeans.org with NetBeans-related tutorials.

NetBeans JavaFX profiling