jdk/src/java.desktop/share/classes/java/awt/FlowLayout.java
changeset 28059 e576535359cc
parent 26749 b6598aa90114
child 35667 ed476aba94de
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   501      * @param x the x coordinate
   501      * @param x the x coordinate
   502      * @param y the y coordinate
   502      * @param y the y coordinate
   503      * @param width the width dimensions
   503      * @param width the width dimensions
   504      * @param height the height dimensions
   504      * @param height the height dimensions
   505      * @param rowStart the beginning of the row
   505      * @param rowStart the beginning of the row
   506      * @param rowEnd the the ending of the row
   506      * @param rowEnd the ending of the row
   507      * @param useBaseline Whether or not to align on baseline.
   507      * @param useBaseline Whether or not to align on baseline.
   508      * @param ascent Ascent for the components. This is only valid if
   508      * @param ascent Ascent for the components. This is only valid if
   509      *               useBaseline is true.
   509      *               useBaseline is true.
   510      * @param descent Ascent for the components. This is only valid if
   510      * @param descent Ascent for the components. This is only valid if
   511      *               useBaseline is true.
   511      *               useBaseline is true.