请写出FlawLayout布局的三种构造方法。

分类: Java语言程序设计(一)(04747) 发布时间: 2024-08-04 05:32 浏览量: 1
请写出FlawLayout布局的三种构造方法。
【正确答案】:FlowLayout( )
FlowLayout(int aligment)
FlowLayout(int aligment, int horz, int vert)