Sequence of the Events in Java
- by ozlegolas
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