Searched refs:hgap (Results 1 – 1 of 1) sorted by relevance
78 private int hgap; field in VJFlowLayout88 this.hgap = 5; in VJFlowLayout()101 public void setHGap(int hgap) { in setHGap() argument102 this.hgap = hgap; in setHGap()106 return hgap; in getHGap()170 int rowWidth = insets.left + insets.right + hgap; in calcLayoutSize()184 rowWidth + d.width + hgap > minimumWidth) { in calcLayoutSize()190 rowWidth = insets.left + insets.right + hgap; in calcLayoutSize()194 rowWidth += (d.width + hgap); in calcLayoutSize()235 x += hgap + size.width; in moveComponents()[all …]