Searched refs:hVGap (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DOrientableFlowLayout.java103 * @param hVGap the vertical gap between components in HORIZONTAL.
107 public OrientableFlowLayout(int orientation, int hAlign, int vAlign, int hHGap, int hVGap, int vHGap, int vVGap) { argument
108 super(hAlign, hHGap, hVGap);

Completed in 29 milliseconds