| getVgap() | ใช้คืนค่าระยะห่างระหว่าง component ในแนวนอน |
|---|
method:getVgap ();
return type:int
content:ใช้คืนค่าระยะห่างระหว่าง component ในแนวนอน
example:FlowLayout flowlayout = new FlowLayout ( FlowLayout.RIGHT ); int space_vertical = flowlayout.getVgap ();