This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] fixes to swing button implementation
- From: Sascha Brawer <brawer at dandelis dot ch>
- To: <mkoch at mail dot konqueror dot de>
- Cc: GNU Classpath <classpath at gnu dot org>,graydon hoare <graydon at redhat dot com>, <java-patches at gcc dot gnu dot org>
- Date: Wed, 7 Jan 2004 08:04:22 +0100
- Subject: Re: [PATCH] fixes to swing button implementation
- References: <20040106212725.GA26671@mail.konqueror.de>
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/