Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #1400
| From | "d" <d@THRWHITE.remove-dii-this> |
|---|---|
| Subject | How to connect to other J |
| Message-ID | <461656e3$1@127.0.0.1> (permalink) |
| Newsgroups | comp.lang.java.gui |
| Date | 2011-04-27 15:33 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui
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 ?
private void jRadioButton1ActionPerformed(java.awt.event.ActionEvent
evt) {
SelectFacilities selectfac = new SelectFacilities();
selectfac.setVisible(true);
Thx
Ringo
---
* 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 — Next 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