jdk/src/java.desktop/share/classes/java/awt/GridBagConstraints.java
changeset 26749 b6598aa90114
parent 25859 3317bb8137f4
child 35667 ed476aba94de
equal deleted inserted replaced
26748:fba66a2e8961 26749:b6598aa90114
   554     // one of BASELINE, BASELINE_LEADING or BASELINE_TRAILING.
   554     // one of BASELINE, BASELINE_LEADING or BASELINE_TRAILING.
   555     // ascent and descent include the insets and ipady values.
   555     // ascent and descent include the insets and ipady values.
   556     transient int ascent;
   556     transient int ascent;
   557     transient int descent;
   557     transient int descent;
   558     transient Component.BaselineResizeBehavior baselineResizeBehavior;
   558     transient Component.BaselineResizeBehavior baselineResizeBehavior;
   559     // The folllowing two fields are used if the baseline type is
   559     // The following two fields are used if the baseline type is
   560     // CENTER_OFFSET.
   560     // CENTER_OFFSET.
   561     // centerPadding is either 0 or 1 and indicates if
   561     // centerPadding is either 0 or 1 and indicates if
   562     // the height needs to be padded by one when calculating where the
   562     // the height needs to be padded by one when calculating where the
   563     // baseline lands
   563     // baseline lands
   564     transient int centerPadding;
   564     transient int centerPadding;