On Tue, 4 Feb 2003 02:21, Leo Simons wrote: > - I see an inner class. these not considered evil anymore? Why not?
they are still evil and this one has some of the issues (it converts several "private methods into package access" etc). However this case the side-effects are known and relatively harmless. Feel free to convert them into package access helper classes though ;) > - there can only be one listener instead of the multiple listeners > common to swing, iiuc. Assuming that's by design, what's the design? Coul not think of a reason where you would want more than one listener (same as ErrorHandler) so only support one for simplicity. If they need more they can always add a multicast listener in themselves. -- Cheers, Peter Donald "All my life I wanted to be someone; I guess I should have been more specific." -- Jane Wagner --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]