Java的流布局FlowLayout
提问人:荣凡88发布时间:2020-10-14
从左到右,自上而下
1.创建流布局对象
FlowLayout t=new FlowLayout();
FlowLayout t=new FlowLayout(FlowLayout.RIGHT);
FlowLayout t=new FlowLayout(FlowLayout.LEFT,10,20);
2.指定容器使用该布局
f.setLayout(t);
继续查找其他问题的答案?
相关视频回答
回复(0)
点击加载更多评论>>