| Author |
multi-windowed application
|
ima clark
Greenhorn
Joined: Apr 23, 2002
Posts: 19
|
|
How do I make a multi windowed application. Meaning....one window(JFrame) then the user clicks a button and gets sent to another window(JFrame not messagedialogbox). Would I just code the new container and JFrame within the actionlister that the button uses? Thanks
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
You could. Things might start to get ugly. Why not create a new class that defines the new frame that you want to create, then instantiate this other new class from the button's action listener?
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
ima clark
Greenhorn
Joined: Apr 23, 2002
Posts: 19
|
|
thanks for the advice
|
 |
 |
|
|
subject: multi-windowed application
|
|
|