I have downloaded swingx-all-1.6.4.jar
from java.net swingx downloads
I want to use the components inside this library as components on Palette
window of Netbeans 7.4
. I mean I want to drag&drop swingx
components like other swing
companents in Netbeans 7.4
IDE.
Is it possible to do that?
EDIT:
I follow the instructions in this link, now I have components on the palette window. But some of the components are seen with default icon (question mark icon). Besides, I can use them too with drag&drop. I suspect that some of the components or files are missing or corrupted. Still working on it...