vote up 1 vote down star
2

I'm just getting started with javafx in NetBeans, and I have it doing simple stuff (windows with buttons + the like) but would like to try something slightly more realistic.

The "Swing/AWT Components" palette has a whole bunch of stuff that the "JavaFX Script Code Clips" palette does not (it has Button, CheckBox, ComboBox, ComboBoxItem, Label, RadioButton, Slider, TextField, and ToggleButton). How do I add stuff to this palette?

I would like to try using some of the components in org-netbeans-swing-outline.jar


edit: Aha. I was missing the point somewhat: there are only some javafx-wrapped Swing components available in javafx.ext.Swing.*, so if you want one of the other Swing components you have to wrap them yourself.

flag

56% accept rate
what version of netbeans are you using? – TofuBeer Mar 3 at 22:24
netbeans ide 6.5, javafx 1.1 – Jason S Mar 4 at 13:36

1 Answer

vote up 0 vote down

aha, I figured out what I needed to do:

There's a way to wrap Swing components into a javafx component using javafx.ext.swing.SwingComponent.wrap()

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.