| Author |
returning a value from a custom dialog
|
Leon Glass
Greenhorn
Joined: Jan 22, 2009
Posts: 5
|
|
I would like to alter the following code so that showNewLevel() is able to return the input[]. If I just alter the signature and add the return as it is I get a return value of null I think because the actionlistener isn't called when I think it is. How can I make this method have similar functionality to JOptionPane.ShowInputDialog()?
|
Noli illegitemi carborundum
|
 |
Leon Glass
Greenhorn
Joined: Jan 22, 2009
Posts: 5
|
|
|
It seems that I only needed to set my dialog as modal and I have the functionality I require.
|
 |
 |
|
|
subject: returning a value from a custom dialog
|
|
|