setLayout(new FlowLayout(20,20,FlowLayout.LEFT));里面的20 ,
问题描述:
setLayout(new FlowLayout(20,20,FlowLayout.LEFT));里面的20 ,
答
第1个20:align the alignment value
第2个20:hgap the horizontal gap between components
and between the components and the
borders of the Container