Mahdi_Nine
Mahdi_Nine

Reputation: 14761

how can i use javafx 2.0 palette in netbeans?

i install javafx2.0 plugin on netbeans 7.0 but i can't see the palette. if netbeans 7 has palette for javafx 2.0 similar to javafx 1.x?

Upvotes: 1

Views: 3432

Answers (3)

jewelsea
jewelsea

Reputation: 159566

Support for a JavaFX palette in NetBeans is scheduled for addition NetBeans 7.2, according to the referring issue tracker - "code snippets in Palette for common FX idioms like binding, master-detail data form, etc.".

Furthermore, the NetBeans 7.2 JavaFX2 plan is also scheduled to include interconnection with the JavaFX SceneBuilder - "a standalone visual GUI designer for FXML files".

NetBeans 7.2 is under currently under development. A Beta is due on the 19th of April 2012 and final release is TBD, but the NetBeans roadmap would place it around mid-year.

Upvotes: 1

Saptadeep
Saptadeep

Reputation: 337

The visual tool is JavaFX Composer. NetBeans IDE 7.0 does not have it yet.

So says a note in this NetBeans link

Quote:

The visual layout tool for JavaFX applications. Note: JavaFX support is currently not available in NetBeans IDE 7.0.

Upvotes: 1

Farouk Alhassan
Farouk Alhassan

Reputation: 3808

No, it doesn't have any pallets just project type support and code completion and the samples.

From my usage of it so far

Upvotes: 1

Related Questions