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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DOrientableFlowLayout.java102 * @param hHGap the horizontal 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