Re: [JPP-Devel] Question about tab key events on JTextField objects.

2008-06-26 Thread Sunburned Surveyor
That makes sense Larry. I'll get the text from the JTextField objects in the event handler for the OK button. I've been beating my head on the wall over this one. Sometimes the answer is right in front of you. Thanks, SS On Thu, Jun 26, 2008 at 3:02 PM, Larry Becker <[EMAIL PROTECTED]> wrote: >

Re: [JPP-Devel] Question about tab key events on JTextField objects.

2008-06-26 Thread Larry Becker
It would seem that this would not be a problem in any modal dialog. Even if the dialog was non-modal, you would have a button to perform the actual replace. When you click the button, the focus changes and the values should be available to get at that point. This is not happening? Larry On Thu