| Author |
Custom Dialog - please help
|
AaronMweu Munzaa
Greenhorn
Joined: Mar 04, 2004
Posts: 8
|
|
I have a class called "MyDialog" which is basically a JPanel with 2 textfields and a checkbox in a JFrame I want to use "JOptionPane.showOptionDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon, Object[] options, Object initialValue)" in the my main class and pass an instance of "MyDialog" as "Object message" but I have ended really confused and frustrated. Anyone who can bail me out? Thanks. Aaron
|
 |
Craig Wood
Ranch Hand
Joined: Jan 14, 2004
Posts: 1535
|
|
You might consider either the hybrid or dialog options shown below. The static convenience method will require more work to extract the data from your components.
|
 |
 |
|
|
subject: Custom Dialog - please help
|
|
|