JDialog
I'm verifying fields entered by a user in a Frame. I want to display what they entered in a Dialog box to give the user a chance to double check their entry before updating a data base. I thought I would call a dialog box and pass the user entry from the frame jtextfields to the dialog box using parms. I need to see the parms in the dialog class to display them there...so the user can use a yes or no button to proceed.
How can I import the entries into the dialog for verification?
|