Sequence of the Events in Java

Posted by ozlegolas on Stack Overflow See other posts from Stack Overflow or by ozlegolas
Published on 2010-05-04T14:25:55Z Indexed on 2010/05/04 14:28 UTC
Read the original article Hit count: 138

Filed under:
|
|

Hi,

I have two events for two seperate components, but there is a problem. JTabbedPane's stateChanged event is fired before JFormattedField's focusLost event. Is there a way of making stateChange event to be fired after focusLost event.

Thanks, Tuna

© Stack Overflow or respective owner

Related posts about java

Related posts about event