Lost focus with dialog ...
Hello,
I have searched through the forums for this answer. I came across some that were close to what I am looking for, but not exact.
I have a Swing application with a copy of Swing components on it (jTextField, etc). I have to display a dialog box after the user exits each components. When they go from component A to component B, the component A dialog box appears (a good thing). However the focus hits component B. When the user clicks OK on the dialog, it triggers the lost focus on component B (a bad thing). So, when you go from component A to component B, you see both of thier dialogs. Does anyone know of a solution to this? Is there a way to flush the event queue? Maybe?
Thanks
Mike

