--- old/src/share/classes/java/awt/GridBagLayout.java 2013-09-23 12:23:18.557169138 +0400 +++ new/src/share/classes/java/awt/GridBagLayout.java 2013-09-23 12:23:18.441169144 +0400 @@ -120,9 +120,9 @@ * Orientation relative values are interpreted relative to the container's * ComponentOrientation property while absolute values * are not. Baseline relative values are calculated relative to the - * baseline. Valid values are: + * baseline. Valid values are: *

- *

* * @@ -131,6 +131,7 @@ * * * * * * - *

Absolute Values

+ *
    *
  • GridBagConstraints.NORTH
  • *
  • GridBagConstraints.SOUTH
  • *
  • GridBagConstraints.WEST
  • @@ -140,8 +141,10 @@ *
  • GridBagConstraints.SOUTHWEST
  • *
  • GridBagConstraints.SOUTHEAST
  • *
  • GridBagConstraints.CENTER (the default)
  • + *
*
+ *
    *
  • GridBagConstraints.PAGE_START
  • *
  • GridBagConstraints.PAGE_END
  • *
  • GridBagConstraints.LINE_START
  • @@ -150,8 +153,10 @@ *
  • GridBagConstraints.FIRST_LINE_END
  • *
  • GridBagConstraints.LAST_LINE_START
  • *
  • GridBagConstraints.LAST_LINE_END
  • + *
*
+ *
    *
  • GridBagConstraints.BASELINE
  • *
  • GridBagConstraints.BASELINE_LEADING
  • *
  • GridBagConstraints.BASELINE_TRAILING
  • @@ -161,9 +166,10 @@ *
  • GridBagConstraints.BELOW_BASELINE
  • *
  • GridBagConstraints.BELOW_BASELINE_LEADING
  • *
  • GridBagConstraints.BELOW_BASELINE_TRAILING
  • + *
*

+ * *

{@link GridBagConstraints#weightx}, * {@link GridBagConstraints#weighty} *
Used to determine how to distribute space, which is @@ -246,7 +252,7 @@ * left-to-right container and Figure 3 shows the layout for a horizontal, * right-to-left container. *

- *

+ *
* *
* The preceeding text describes this graphic (Figure 1). @@ -349,7 +355,7 @@ *
*

* @author Doug Stein - * @author Bill Spitzak (orignial NeWS & OLIT implementation) + * @author Bill Spitzak (orignial NeWS & OLIT implementation) * @see java.awt.GridBagConstraints * @see java.awt.GridBagLayoutInfo * @see java.awt.ComponentOrientation