This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gui] Implement accessibility for menu classes
- From: Michael Koch <konqueror at gmx dot de>
- To: java-patches at gcc dot gnu dot org
- Cc: Jerry Quinn <jlquinn at optonline dot net>
- Date: Wed, 29 Dec 2004 10:27:04 +0100
- Subject: Re: [gui] Implement accessibility for menu classes
- References: <41D1F1FF.3060000@optonline.net>
Am Mittwoch, 29. Dezember 2004 00:53 schrieb Jerry Quinn:
> + ? ?/* Create the context if this is the first request */
> + ? ?if (accessibleContext == null)
> + ? ? ?{
> + ? ? ? ?/* Create the context */
> + ? ? ? ?accessibleContext = new AccessibleAWTCheckboxMenuItem();
> + ? ? ?}
> + ? ?return accessibleContext;
Don't you think the code speaks enough without comments in this case ?
Comments are useful but too many comments can obscure code more then
needed.
Michael
--
Homepage: http://www.worldforge.org/