src/java.desktop/share/classes/java/awt/FlowLayout.java

Print this page

        

*** 159,169 **** * @see #setAlignment */ int newAlign; // This is the one we actually use /** ! * The flow layout manager allows a seperation of * components with gaps. The horizontal gap will * specify the space between components and between * the components and the borders of the * <code>Container</code>. * --- 159,169 ---- * @see #setAlignment */ int newAlign; // This is the one we actually use /** ! * The flow layout manager allows a separation of * components with gaps. The horizontal gap will * specify the space between components and between * the components and the borders of the * <code>Container</code>. *
*** 172,182 **** * @see #setHgap(int) */ int hgap; /** ! * The flow layout manager allows a seperation of * components with gaps. The vertical gap will * specify the space between rows and between the * the rows and the borders of the <code>Container</code>. * * @serial --- 172,182 ---- * @see #setHgap(int) */ int hgap; /** ! * The flow layout manager allows a separation of * components with gaps. The vertical gap will * specify the space between rows and between the * the rows and the borders of the <code>Container</code>. * * @serial