| Author |
How to go to another JFrame by pressing JButton in this code?
|
lolo hyun
Greenhorn
Joined: Oct 24, 2012
Posts: 1
|
|
|
|
 |
Buddhika Mawella
Ranch Hand
Joined: Jan 06, 2011
Posts: 36
|
|
Run following code and check. Hope that is the functionality you want.
|
BM
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32680
|
|
Welcome to the Ranch
Why do you want a second frame in the first place? You should use internal frames, or dialogues, and should only have one frame per application.
|
 |
 |
|
|
subject: How to go to another JFrame by pressing JButton in this code?
|
|
|