With Java Swing App, how to get values from a dialog panel into the main app ?
Posted
by Frank
on Stack Overflow
See other posts from Stack Overflow
or by Frank
Published on 2010-04-03T14:34:06Z
Indexed on
2010/04/03
14:43 UTC
Read the original article
Hit count: 257
In my Swing app, users can click a button to open a dialog panel and enter some values, then they can click "Ok" on that panel to close it and return to the main program, but how can I pass the values they enter to the main program without saving them to a file first ?
© Stack Overflow or respective owner