Searched refs:vgap (Results 1 – 1 of 1) sorted by relevance
79 private int vgap; field in VJFlowLayout89 this.vgap = 5; in VJFlowLayout()109 public void setVGap(int vgap) { in setVGap() argument110 this.vgap = vgap; in setVGap()114 return vgap; in getVGap()166 Dimension r = new Dimension(0, vgap + insets.top + in calcLayoutSize()187 r.height += (rowHeight + vgap); in calcLayoutSize()202 r.height += (rowHeight + vgap); in calcLayoutSize()253 int x = 0, y = insets.top + vgap; in layoutContainer()272 y += vgap + rowh; in layoutContainer()[all …]