return value « Dialog « Java Swing Q&A





1. JDialog return value to JDialog ???    forums.netbeans.org

hello all.... legend. JD1 = JDialog1 JD2 = JDialog2 JD1 open JD2......JD2 has any values, how I return this values to JD1 ???

2. JDialog return value    coderanch.com

3. Trouble with return value from a JDialog    coderanch.com

I thought I had this one working, but seems I've honked it up. I'm trying to popup a window that displays the list of available players. The user clicks a name on the list, some text fields on the right fill in with the selected plyaer's info. This all works fine. The getSelectedIndex method works fine for those text fields. But ...