Search code examples
hidejbuttonvisible

Hide jButton in Netbeans


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


Solution

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