On Sun, Jul 16, 2006 at 08:50:33PM -0400, Thomas Minor wrote: > Hi, > > This simple patch deprecates Window.show() and Window.hide() > methods as specified in the Java 1.5 javadocs. Also, I added > some small documentation to the hide() method.
You should add "1.5" when a method gets deprecated int Java 1.5. And the the newline between the hide() method and its javadoc might confuse gjdoc. This should be removed. Otherwise this patch is great. Cheers, Michael -- http://www.worldforge.org/
