List of usage examples for javax.swing JButton hide
@Override @Deprecated public void hide()
Source Link
From source file:org.martin.ftp.gui.GUIClient.java
private void hideButtons(JButton... buttons) { for (JButton button : buttons) button.hide(); }