This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] fixes to swing button implementation


Michael Koch <konqueror@gmx.de> 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?

-- Sascha

Sascha Brawer, brawer@dandelis.ch, http://www.dandelis.ch/people/brawer/ 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]