<AWT Dev> [12] RFR JDK-8210306:Missing closing bracket in GridBagLayout gridwidth, gridheight description

Prasanta Sadhukhan prasanta.sadhukhan at oracle.com
Thu Sep 27 09:24:43 UTC 2018


Hi All,

Please review a doc fix for a missing closing bracket in GridBagLayout 
description
/Use //|GridBagConstraints.RELATIVE|//to specify that the component's 
display area will be from //|gridx|//to the next to the last cell in its 
row *(for */*/|gridwidth|/*/** or from //|gridy|///


diff -r d96a607e9594 
src/java.desktop/share/classes/java/awt/GridBagLayout.java
--- a/src/java.desktop/share/classes/java/awt/GridBagLayout.java Tue Sep 
18 18:32:03 2018 -0700
+++ b/src/java.desktop/share/classes/java/awt/GridBagLayout.java Thu Sep 
27 14:51:56 2018 +0530
@@ -84,7 +84,7 @@
   *
   * Use {@code GridBagConstraints.RELATIVE} to specify
   * that the component's display area will be from {@code gridx}
- * to the next to the last cell in its row (for {@code gridwidth}
+ * to the next to the last cell in its row (for {@code gridwidth})
   * or from {@code gridy} to the next to the last cell in its
   * column (for {@code gridheight})

Regards
Prasanta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20180927/9ebf480c/attachment.html>


More information about the awt-dev mailing list