From: D-Man <ds...@ri...> - 2001-04-05 14:41:27
|
On Thu, Apr 05, 2001 at 10:26:14PM -0400, cindy wrote: | I guess I'm not making myself clear. I just want to find away | of not having to inherit Component to use enableEvents() method. You can't. That is what 'protected' means. (actually ... jython has the option to ignore java accessability modifiers, but that's different issue altogether and there is no need to make things extra complicated now). Umm, also, java allows other classes in the package to access it but that is a bad part of java's design. Don't go there. (for really cool access modifier semantics, check out Eiffel, but don't overload yourself with too many languages at once) | Its obvious that I'm making some people upset. So I'll it let go. | Thanks all for being patient. No problem. If you want to learn more python, try the tutor list (tu...@py...). -D |