This might be a stupid question but is it possible for NetBeans IDE to add custom properties to my custom component which I already have placed in the Palette and if so then how?
I have been looking all over the internet and haven’t found anything that would help me figure it out.
Thanks, Martin S.
Let me state your requirement in my words first.
The above mentioned things are possible in NetBeans IDE.
NetBeans IDE allows you to add custom components to Palette. You need to follow some rules as follows:
I have not written the method of adding a custom component to palette as you have already done that as mentioned by you. The NetBeans Palette allows you to create new Palette categories and add new components to the Palette from a JAR file, or a project also if the class is compiled.
with regards
Tushar