Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #1404
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!news.glorb.com!news-out.readnews.com!transit3.readnews.com!news-out.news.tds.net!newsreading01.news.tds.net!86597e80!not-for-mail |
|---|---|
| From | "tar" <tar@THRWHITE.remove-dii-this> |
| Subject | Re: How to connect to oth |
| Message-ID | <ymips6h0ys6.fsf@sevak.isi.edu> (permalink) |
| X-Comment-To | comp.lang.java.gui |
| Newsgroups | comp.lang.java.gui |
| In-Reply-To | <461656e3$1@127.0.0.1> |
| References | <461656e3$1@127.0.0.1> |
| Content-Type | text/plain; charset=IBM437 |
| Content-Transfer-Encoding | 8bit |
| X-Gateway | time.synchro.net [Synchronet 3.15a-Win32 NewsLink 1.92] |
| Lines | 23 |
| Date | Wed, 27 Apr 2011 15:33:07 GMT |
| NNTP-Posting-Host | 96.60.20.240 |
| X-Complaints-To | news@tds.net |
| X-Trace | newsreading01.news.tds.net 1303918387 96.60.20.240 (Wed, 27 Apr 2011 10:33:07 CDT) |
| NNTP-Posting-Date | Wed, 27 Apr 2011 10:33:07 CDT |
| Organization | TDS.net |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.gui:1404 |
Show key headers only | View raw
To: comp.lang.java.gui
"d" <a> writes:
> Hi
>
> I created 2 JFrame forms. After I clicked first JFrame, it open the second
> JFrame. I would like to close the first JFrame when second JFrame is open.
> How can I do ?
firstFrame.setVisible(false);
or
firstFrame.dispose();
--
Thomas A. Russ, USC/Information Sciences Institute
---
* Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Find similar | Unroll thread
How to connect to other J "d" <d@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000 Re: How to connect to oth "Knute Johnson" <knute.johnson@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000 Re: How to connect to oth "tar" <tar@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000
csiph-web