I'm using Netbeans 6.7.1 on Windows Vista, I've got a JavaBean component that works as it should and this has an associated BeanInfo class where I've set Icon 32x32 Color property to a 32x32 gif file located on the classpath. I've also set the 16x16 Color property similarly.
I've added the bean to the palette but the icon displayed is t...
I have recently learned about BeanInfo classes in Java, and have successfully used them to add icons to my custom GUI components which extend swing components such as JTextField, however i have a more specialized GUI component which extends from another one of my GUI components, which then extends from JTextField. Ie. the class hierarch...
Hi all, i have a custom bean and a custom eventListener, i need to show my event Listener in the events tab of my bean.
I think the solution is to add my event Listener to a beaninfo(i create it with netbeans, so it is auto-generated).
There is a "wizard-way" to do this, or i have to hand-write my beaninfo?
Thanks.
...