Method setVisible(boolean aFlag)
Return type: void
Member of: javax.swing.JComponent
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 tipLabel.setVisible (false);
2 disabledPane.setVisible(true);
3 disabledPane.setVisible(false);
4 setVisible(true);
5 tipLabel.setVisible (true);
6 dragIcon.setVisible(true);
7 this.message.setVisible(true);
8 this.scalePanel.setVisible(true);
9 approveButton.setVisible(false);
10 if ( _artistList != null ) _artistList.setVisible(false);
11 button.setVisible(true);
12 scroll.setVisible(false);
13 b.setVisible(false);
14 setVisible(true);
15 label.setVisible( false);
16 controlPanel.setVisible( true );
17 infoLine.setVisible(true);
18 buttons[i].setVisible(true);
19 mainPanel.setVisible(true);
20 _south.setVisible(true);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.