jdk/src/java.desktop/share/classes/javax/swing/GroupLayout.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 28236 610561ed1847
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
  2395      * the bottom if all the elements with a baseline, and that are
  2395      * the bottom if all the elements with a baseline, and that are
  2396      * aligned to the baseline, have a baseline resize behavior of
  2396      * aligned to the baseline, have a baseline resize behavior of
  2397      * {@code CONSTANT_DESCENT}; otherwise the baseline is anchored to the top
  2397      * {@code CONSTANT_DESCENT}; otherwise the baseline is anchored to the top
  2398      * of the group.
  2398      * of the group.
  2399      * <p>
  2399      * <p>
  2400      * Elements aligned to the baseline are resizable if they have have
  2400      * Elements aligned to the baseline are resizable if they have
  2401      * a baseline resize behavior of {@code CONSTANT_ASCENT} or
  2401      * a baseline resize behavior of {@code CONSTANT_ASCENT} or
  2402      * {@code CONSTANT_DESCENT}. Elements with a baseline resize
  2402      * {@code CONSTANT_DESCENT}. Elements with a baseline resize
  2403      * behavior of {@code OTHER} or {@code CENTER_OFFSET} are not resizable.
  2403      * behavior of {@code OTHER} or {@code CENTER_OFFSET} are not resizable.
  2404      * <p>
  2404      * <p>
  2405      * The baseline is calculated based on the preferred height of each
  2405      * The baseline is calculated based on the preferred height of each