Passing data between dialogs
:confused:
I can't seem to find an example of this anywhere on the internet.
1. I have a java application.
2. This application creates a dialog with text fields on it.
3. I want to return the data in the text fields on the dialog -back to the application.
4. I can create the application. I can create the dialog. When the user presses an OK button, I want the data entered into the fields on the dialog to populate variables in the application...
5. I can't find an example of this anywhere...
Can anyone help?