睫晉姬

          Java中的LookAndFeel

            1、Metal風(fēng)格 (默認(rèn))

            String lookAndFeel = "javax.swing.plaf.metal.MetalLookAndFeel";

            UIManager.setLookAndFeel(lookAndFeel);

            2、Windows風(fēng)格

            String lookAndFeel = "com.sun.java.swing.plaf.windows.WindowsLookAndFeel";

            UIManager.setLookAndFeel(lookAndFeel);

            3、Windows Classic風(fēng)格

            String lookAndFeel = "com.sun.java.swing.plaf.windows.WindowsClassicLookAndFeel";

            UIManager.setLookAndFeel(lookAndFeel);

            4、Motif風(fēng)格

            String lookAndFeel = "com.sun.java.swing.plaf.motif.MotifLookAndFeel";

            UIManager.setLookAndFeel(lookAndFeel);

            5、Mac風(fēng)格 (需要在相關(guān)的操作系統(tǒng)上方可實(shí)現(xiàn))

            String lookAndFeel = "com.sun.java.swing.plaf.mac.MacLookAndFeel";

            UIManager.setLookAndFeel(lookAndFeel);

            6、GTK風(fēng)格 (需要在相關(guān)的操作系統(tǒng)上方可實(shí)現(xiàn))

            String lookAndFeel = "com.sun.java.swing.plaf.gtk.GTKLookAndFeel";

            UIManager.setLookAndFeel(lookAndFeel);

            7、可跨平臺(tái)的默認(rèn)風(fēng)格

            String lookAndFeel = UIManager.getCrossPlatformLookAndFeelClassName();

            UIManager.setLookAndFeel(lookAndFeel);

            8、當(dāng)前系統(tǒng)的風(fēng)格

            String lookAndFeel = UIManager.getSystemLookAndFeelClassName();

            UIManager.setLookAndFeel(lookAndFeel);

            在Java中讓用戶能夠動(dòng)態(tài)地更改應(yīng)用的外觀,可以給用戶更好地體驗(yàn),具體的實(shí)現(xiàn)方式是:

            1,先使用UIManager.setLookAndFeel(String s)方法設(shè)定對(duì)應(yīng)的外觀

            2,再使用SwingUtilities.updateComponentTreeUI(Component c)方法立刻更新應(yīng)用的外觀

            這兩個(gè)類均在javax.swing包中
          相關(guān)文章博客:睫晉姬 睫晉姬 睫晉姬 睫晉姬 睫晉姬 睫晉姬 睫晉姬 睫晉姬

          posted on 2010-07-29 16:00 睫晉姬 閱讀(254) 評(píng)論(0)  編輯  收藏


          只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。


          網(wǎng)站導(dǎo)航:
           
          主站蜘蛛池模板: 二连浩特市| 清镇市| 郑州市| 勐海县| 嘉峪关市| 天峨县| 绍兴县| 隆回县| 武平县| 江门市| 望奎县| 资溪县| 德州市| 阿克苏市| 肇源县| 北海市| 新泰市| 南昌县| 饶河县| 黑水县| 合川市| 防城港市| 会同县| 禹城市| 台安县| 海宁市| 靖宇县| 镇远县| 青岛市| 泾川县| 雷州市| 忻州市| 海口市| 乌苏市| 阳西县| 瑞丽市| 平定县| 临沭县| 上林县| 兴业县| 镇远县|