Just curious, in NetBeans IDE 6.1 how can i get icons for my custom GUI components in the GUI editor

Posted by Coder on Stack Overflow See other posts from Stack Overflow or by Coder
Published on 2010-05-02T22:36:35Z Indexed on 2010/05/03 3:18 UTC
Read the original article Hit count: 347

Filed under:
|
|
|

This is by no means really important, i was just wondering if the community knows how to put icons for my custom GUI components that show up in the NetBeans GUI designer.

What i did was make several Swing components and then i use the menu options to add them to the GUI pallete, but they show up with "?" icons. It would be nice if they showed up with icons similar to swing components such as JButtons, especially for components which are subclassed for Swing components.

Thanks!

© Stack Overflow or respective owner

Related posts about netbeans

Related posts about java