Java的流布局FlowLayout
提問人:榮凡88發(fā)布時(shí)間:2020-10-14
從左到右,自上而下
1.創(chuàng)建流布局對(duì)象
FlowLayout t=new FlowLayout();
FlowLayout t=new FlowLayout(FlowLayout.RIGHT);
FlowLayout t=new FlowLayout(FlowLayout.LEFT,10,20);
2.指定容器使用該布局
f.setLayout(t);
繼續(xù)查找其他問題的答案?
相關(guān)視頻回答
點(diǎn)擊加載更多評(píng)論>>