I am using Netbeans in development mode to create gui. I am looking for a property that matches the setVisible
java method and I cannot find it.
I looked through the properties and binding, but found nothing.
Finally, I wrote this.component.setVisible(false);
in the Post-Init Code in the pallet code section.
Is there any other way to do this?
PS: I am using Netbeans 7.1
source share