I am developing a GUI using Swing and Netbeans Design features. I'm a beginner to Netbeans and wondering if there is any way to 'hide' a button by calling a method or by changing any settings in GUI builder.
In the design view, I did not notice any option(s) to modify buttons with a method, and the code generated in source view is protected which I cannot edit.
So, is there any way to modify or program how a Jbutton works?