| Author |
Help with combobox and pop window
|
escobar yahya
Greenhorn
Joined: Mar 21, 2012
Posts: 1
|
|
Hi i have a combobox and when i click on add button another frame pop up with text field(name ,address etc..) ,confirm button and cancel button at bottom of the frame. When i put something on the second window and click confirm i would have the information on the combo box. i don't really know how to doing it
thanks
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4163
|
|
You would give the Address class public methods that return the desired information.
It's not usual to use more than one JFrame in an application. Secondary windows are usually better implemented as JDialogs, commonly modal. These may be created by the static methods of JOptionPane.
Moving this to the part of JavaRanch where we discuss GUI related matters.
|
luck, db
There are no new questions, but there may be new answers.
|
 |
 |
|
|
subject: Help with combobox and pop window
|
|
|