|
Your time now: Mon Nov 23, 2009 12:17 pm
|
View unanswered posts | View active topics
| Author |
Message |
|
sasi
|
Post subject: How to go to another form using java swing forms..... Posted: Fri May 04, 2007 9:29 am |
|
Joined: Mon Apr 23, 2007 2:10 pm Posts: 13
|
|
Hello everybody, kindly tell me how to go to another form from one form means just like in HTML (navigation from one page to another page using <a> anchor tag), so in java(swings) how to be implemented this issue by means of menuitems...
Please respond to this as early as possible.
regards,
sasi.
|
|
| Top |
|
 |
|
stultuske
|
Post subject: Posted: Tue Jun 05, 2007 11:01 am |
|
Joined: Tue Jun 05, 2007 10:53 am Posts: 0
|
|
whell, let say you have a main-frame called mFrame and a called-frame, cFrame.
if you try to call cFrame from mFrame, and you want to let mFrame dissappear, use:
cFrame a = new cFrame();
this.dispose();
if you want mFrame to remain visible:
cFrame a = new cFrame();l
|
|
| Top |
|
 |
|
Page 1 of 1
|
[ 2 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 0 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|
|