Hello,
I'm having trouble trying to figure out how to create a customized JDialog. What I want is to be able to display a modal dialog that has a list of several items that the user can choose. Once the user chooses one and clicks on the OK button the Strings representing the values that they chose should be sent back to the part of the application where the dialog was invoked. Is there anyway of passing these parameters back? Any help is appreciated.
Thanks
I'm having trouble trying to figure out how to create a customized JDialog. What I want is to be able to display a modal dialog that has a list of several items that the user can choose. Once the user chooses one and clicks on the OK button the Strings representing the values that they chose should be sent back to the part of the application where the dialog was invoked. Is there anyway of passing these parameters back? Any help is appreciated.
Thanks