Пример #1
0
 /**
  * Set the vertical gap, which is the gap between rows. The default is zero pixels. It does not
  * apply to the outside border.
  */
 public final void setVgap(int gap) {
   _yyyy.setGap(gap);
   _valid = false;
 }