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

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Thu Sep 27 15:54:36 UTC 2018


Looks fine.

On 27/09/2018 02:24, Prasanta Sadhukhan wrote:
> 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


-- 
Best regards, Sergey.


More information about the awt-dev mailing list