Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #1404

Re: How to connect to oth

From "tar" <tar@THRWHITE.remove-dii-this>
Subject Re: How to connect to oth
Message-ID <ymips6h0ys6.fsf@sevak.isi.edu> (permalink)
Newsgroups comp.lang.java.gui
References <461656e3$1@127.0.0.1>
Date 2011-04-27 15:33 +0000
Organization TDS.net

Show all headers | 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 | NextPrevious in thread | Find similar | Unroll thread


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