Method setVisible(boolean b)
Return type: void
Member of: java.awt.Component
[api documentation ] [ main menu]

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

1 setVisible(false);
2 setVisible(false);
3 setVisible( false);
4 setVisible(false);
5 setVisible(false);
6 setVisible(false);
7 this.setVisible(false);
8 legend.setVisible(true);
9 setVisible(false);
10 setVisible(false);
11 this.setVisible( false );
12 frame.setVisible(true);
13 setVisible(false);
14 associatedPropertyAdministration.setVisible(true);
15 window.setVisible(true);
16 setVisible(false);
17 fd.setVisible(true);
18 example.setVisible(true);
19 setVisible(false);
20 frame.setVisible ( false );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.