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

Reply via email to