Method hide()
Return type: void
Member of: java.awt.Dialog
[api documentation ] [ main menu]

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

1 public void done() { hide(); dispose(); }
2 this.hide();
3 hide();
4 helpDialog.hide();
5 hide();
6 hide();
7 this.hide();
8 hide();
9 hide();
10 hide();
11 dialog.hide();
12 _loadDialog.hide();
13 hide();
14 gotoDlg.hide();
15 this.hide();
16 hide();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.