I see that fewer and fewer people respond to questions posted on this mailing list. But I will still try to ask the question.
I handle 2 events in a particular panel my Swing applet. The focus lost event does something when the user leaves a text field and the button click performs another function. The problem occurs when the user clicks the button right after leaving the text field for the first time. The only event the applet intercepts in this case is the focusLost event, the fact that the user tries to press the button does not register. So, the user has to click the button twice to actually trigger a button/action event. Is there a way to avoid it? Thanks. _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
