This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] java.awt.dnd
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 16 Feb 2003 16:15:38 -0700
- Subject: Re: [PATCH] java.awt.dnd
- References: <200302151627.44590.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> Here another java.awt patch for review. It fixes some
Michael> glitches in java.awt.dnd. Please review and comment.
Looks good, please commit.
Michael> + * Sets the component assoziated with this dro ptarget object.
Typo, should be "associated". There are a couple of these.
Also the space in "drop target" is misplaced.
Do you use Emacs? I recently discovered and started using M-x
flyspell-prog-mode. This enables automatic spell checking while you
type, but only in comments and strings.
Tom