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/GridBagLayout.java (AdjustForGravity): Implement.
* java/awt/GridBagConstraints.java: Indent.
Although it make the Mauve test happy it makes most JDialogs sad. See
for example the Free Swing demo "help" -> "Really which VM..." dialog.
Reverting this patch makes all the text visible again. Could you
investigate? We really cannot create a release branch unless we solve
this since it impacts a large amount of applications.
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 have time to look at
this soon. Likely the problem is duplication of logic in AdjustForGravity and
ArrangeGrid.
Tom