java - Netbeans GUI builder - custom class properties category -


i want know how categorize properties of custom jcomponent in netbeans gui properties editor.

example of properties editor

so anyways. there property "key" in there , under category "other properties". how make new property category under category example "special properties"?

the code in question this:

public void setkey(string ke) {     //functionality }  public string getkey() {     return k.gettext(); } 

i know possible. saw such feature somewhere long time ago cannot find back.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -