コード例 #1
0
ファイル: RowLayout.java プロジェクト: youngcle/FrameParser
 /**
  * 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;
 }