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

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

1 dispose();
2 w.dispose();
3 this.dispose();
4 dispose();
5 window.dispose();
6 if (e.getSource()==okBt){this.stop();this.dispose();}
7 else {this.hide();this.dispose();}
8 frame.dispose();
9 m_frame.dispose();
10 jf.dispose();
11 frame.dispose();
12 ((Window)c).dispose();
13 dispose();
14 dispose();
15 settingsFrame.dispose();
16 window.dispose();
17 dispose();
18 dispose ();
19 dispose();
20 dispose();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.