On Wed, Jan 07, 2004 at 08:04:22AM +0100, Sascha Brawer wrote: > Michael Koch <[EMAIL PROTECTED]> wrote on Tue, 6 Jan 2004 22:27:25 +0100: > > graydon>+ // ChangeEvents are not AWTEvents, can't use multicaster > graydon>+ Vector changeListeners = new Vector (); > > Sascha> it probably would be advisable to use > Sascha> javax.swing.event.EventListenerList instead of Vector. > > Michael> The EventListenerList stuff is already on my disc since > Michael> some time for most JContainer subclasses. I said graydon > Michael> not to do it. > > "it" = using EventListenerList? Why not -- is there some problem with > that class?
There is no problem I just added all EventListenerList stuff to most classes in javax.swing already, just not commited yet. Michael _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

