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?