[cp-patches] FYI: java.awt.GridBagLayout.AdjustForGravity

2006-06-18 Thread Thomas Fitzsimmons
Hi, This implements the last missing 1.1 method, java.awt.GridBagLayout.AdjustForGravity. I committed a corresponding Mauve test. Tom 2006-06-18 Thomas Fitzsimmons <[EMAIL PROTECTED]> * java/awt/GridBagLayout.java (AdjustForGravity): Implement. * java/awt/GridBagConstrain

Re: [cp-patches] FYI: java.awt.GridBagLayout.AdjustForGravity

2006-07-13 Thread Mark Wielaard
Hi Tom, On Sun, 2006-06-18 at 15:20 -0400, Thomas Fitzsimmons wrote: > This implements the last missing 1.1 method, > java.awt.GridBagLayout.AdjustForGravity. I committed a corresponding > Mauve test. > > 2006-06-18 Thomas Fitzsimmons <[EMAIL PROTECTED]> > > * java/awt/GridBagLayout.ja

Re: [cp-patches] FYI: java.awt.GridBagLayout.AdjustForGravity

2006-07-13 Thread Thomas Fitzsimmons
Mark Wielaard wrote: Hi Tom, On Sun, 2006-06-18 at 15:20 -0400, Thomas Fitzsimmons wrote: This implements the last missing 1.1 method, java.awt.GridBagLayout.AdjustForGravity. I committed a corresponding Mauve test. 2006-06-18 Thomas Fitzsimmons <[EMAIL PROTECTED]> * java/awt/Gri

Re: [cp-patches] FYI: java.awt.GridBagLayout.AdjustForGravity

2006-07-14 Thread Mark Wielaard
Hi Tom, On Thu, 2006-07-13 at 15:30 -0400, Thomas Fitzsimmons wrote: > Darn, I didn't realize this was actually called from within GridBagLayout. > For > now, let's revert to Sven's version of the patch (to the detriment of the > Mauve > results, but to the benefit of JDialog) since I may not