Hello all,
I have a number of objects registered as action listeners on a JButton. Is
there any way to control the order in which these objects respond to the
JButton's click event based on the object's class? I need to change the
state of some of the objects(from class a), then have other objects (from
class b) perform an action based on the new state of the class a objects. My
problem is that some of the class b objects are responding to the event
before the class a objects, so the state values they get are incorrect.
Thanks for your help!
_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing