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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DOrientableFlowLayout.java63 int vVGap; field in class:OrientableFlowLayout
105 * @param vVGap the vertical gap between components in VERTICAL.
107 public OrientableFlowLayout(int orientation, int hAlign, int vAlign, int hHGap, int hVGap, int vHGap, int vVGap) { argument
112 this.vVGap = vVGap;
152 dim.height += vVGap;
160 dim.height += insets.top + insets.bottom + vVGap*2;
187 dim.height += vVGap;
195 dim.height += insets.top + insets.bottom + vVGap*2;
216 int maxHeight = targetDim.height - (insets.top + insets.bottom + vVGap*
[all...]

Completed in 35 milliseconds