This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: GetLayoutInfo in java.awt.GridBagLayout


On Mon, 2004-02-09 at 15:26, David Jee wrote:
> On Fri, 2004-02-06 at 12:02, David Jee wrote:
> > The following patch reimplements the GetLayoutInfo() method in
> > java.awt.GridBagLayout, and fixes a few other things in that class. 
> 
> I found an error in my original patch.  The patch calls upon deprecated
> methods (namely preferredSize() and minimumSize()).  It should use the
> new alias methods instead.  Here is a repost of the corrected patch.
> 

This looks excellent.  Please check in.

Thanks!
Tom



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]