posts - 38,  comments - 22,  trackbacks - 0
          公告

          兼職寫Java應用程序 保證質量 需要的和我聯(lián)系 大家多交流 msn:zht_dream@hotmail.com QLSC@SDU

          <2007年1月>
          31123456
          78910111213
          14151617181920
          21222324252627
          28293031123
          45678910

          常用鏈接

          留言簿(3)

          隨筆分類(31)

          隨筆檔案(38)

          文章檔案(1)

          相冊

          搜索

          •  

          積分與排名

          • 積分 - 30129
          • 排名 - 1384

          最新評論

          閱讀排行榜

          評論排行榜

          ?class ControlPanel extends JPanel {
          ??JCheckBox checkBox = new JCheckBox("UIResource");

          ??JRadioButton motifButton = new JRadioButton("Motif"),
          ????windowsButton = new JRadioButton("Windows"),
          ????metalButton = new JRadioButton("Metal");

          ??public ControlPanel() {
          ???ActionListener listener = new RadioHandler();
          ???ButtonGroup group = new ButtonGroup();

          ???group.add(motifButton);
          ???group.add(windowsButton);
          ???group.add(metalButton);

          ???motifButton.addActionListener(listener);
          ???windowsButton.addActionListener(listener);
          ???metalButton.addActionListener(listener);

          ???add(motifButton);
          ???add(windowsButton);
          ???add(metalButton);
          ??}

          ??class RadioHandler implements ActionListener {
          ???public void actionPerformed(ActionEvent e) {
          ????JRadioButton src = (JRadioButton) e.getSource();

          ????try {
          ?????if (src == motifButton)
          ??????UIManager.setLookAndFeel("com.sun.java.swing.plaf."
          ????????+ "motif.MotifLookAndFeel");

          ?????else if (src == windowsButton)
          ??????UIManager.setLookAndFeel("com.sun.java.swing.plaf."
          ????????+ "windows.WindowsLookAndFeel");

          ?????else if (src == metalButton)
          ??????UIManager.setLookAndFeel("javax.swing.plaf.metal."
          ????????+ "MetalLookAndFeel");
          ????} catch (Exception ex) {
          ?????ex.printStackTrace();
          ????}
          ????SwingUtilities.updateComponentTreeUI(getContentPane());
          ???}
          ??}
          ?}

          posted on 2007-01-25 10:38 aaabbb 閱讀(735) 評論(0)  編輯  收藏 所屬分類: Swing
          主站蜘蛛池模板: 临颍县| 磐石市| 卢氏县| 安宁市| 申扎县| 漯河市| 长子县| 张掖市| 临朐县| 大邑县| 买车| 通许县| 喜德县| 潞城市| 昆明市| 页游| 利津县| 兰溪市| 当涂县| 杭州市| 额济纳旗| 青州市| 无锡市| 二连浩特市| 屏山县| 仙居县| 平遥县| 宜兰县| 固原市| 乃东县| 庐江县| 安新县| 宣汉县| 隆化县| 北海市| 邯郸市| 禹城市| 雅安市| 竹北市| 盘山县| 梅河口市|