public class BorderLayoutTest22
{
private static void constructGUI()
{
JFrame frame=new JFrame("BorderLayout Test");
JFrame.setDefaultLookAndFeelDecorated(true);
frame.setSize(300,200);
frame.setVisible(true);
}
public static void main(String[]args)
{
constructGUI();
}
}
只有本站会员才能查看附件,请 登录
为什么结果不是只有本站会员才能查看附件,请 登录
修饰后的图