Joonas Pulakka
Joonas Pulakka

Reputation: 36577

Installing SwingX 1.0 to NetBeans 6.7.1

Has anyone successfully installed SwingX to NetBeans' Palette? I'm following the instructions in SwingX Wiki, but with some glitches:

The components appear in the Palette, but their icons won't show up correctly. If I add the componets shown by "Show All JavaBeans" (instead of "Show Marked JavaBeans") in the Palette manager, then I get some icons there, but they're for the BeanInfo objects only: for instance there's an JXTaskPaneContainer item with an icon, but it turns out to actually be an JXTaskPaneContainerBeanInfo class. The real JXTaskPaneContainer component is shown with a question mark icon.

Apparently NetBeans can't read the BeanInfo stuff from where it it is. I don't know if this is a SwingX issue, a NetBeans issue or a compatibility issue. Any tips?

Upvotes: 4

Views: 1451

Answers (1)

Destroyica
Destroyica

Reputation: 4267

Works fine: http://www.thainetbeans.com/sample/swingx.htm

Upvotes: 2

Related Questions