Question

Is there a way to hide a jButton in Netbeans? (similar to button.visible = false in VS)

Was it helpful?

Solution

You are looking for, button.setVisible(false);

OTHER TIPS

myButton.setVisible(false);

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top