This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Documenting what changed since 4.0 (gcj core libraries)
On Sun, 5 Feb 2006, David Daney wrote:
>> + <li>revalidate and repaint fixes which make Free Swing
>> + much more responsive.</li>
>> "Revalidate"?
> I don't know. 'revalidate' and 'repaint' are method names. Since java is
> case sensitive capitalizing seems a bit questionable.
That's more than just a bit questionable in that case, I guess. ;-)
I had thought these two were more general terms, not method names.
By marking this up as <code>revalidate</code> and <code>repaint</code>
we'd avoid any disambiguity.
Thanks for pointing this out, David!
Gerald