| setVgap() | ใช้กำหนดระยะห่างระหว่าง component ในแนวตั้ง |
|---|
method:setVgap ( int_vertical );
return type:void
content:ใช้กำหนดระยะห่างระหว่าง component ในแนวตั้ง
example:FlowLayout flowlayout = new FlowLayout ( FlowLayout.RIGHT ); flowlayout.setVgap ( 20 );