Home
last modified time | relevance | path

Searched refs:hgap (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DVJFlowLayout.java78 private int hgap; field in VJFlowLayout
88 this.hgap = 5; in VJFlowLayout()
101 public void setHGap(int hgap) { in setHGap() argument
102 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 …]