标题:为什么JFrame.setDefaultLookAndFeelDecorated(true)没有装饰的效果
只看楼主
wancy
Rank: 1
等 级:新手上路
帖 子:18
专家分:0
注 册:2016-5-27
结帖率:25%
 问题点数:0 回复次数:0 
为什么JFrame.setDefaultLookAndFeelDecorated(true)没有装饰的效果
import javax.swing.JFrame;

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();
    }
}
为什么结果不是
修饰后的图
搜索更多相关主题的帖子: private public frame import 
2016-06-06 17:52



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-465654-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.019587 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved