posts - 38,  comments - 22,  trackbacks - 0

          ?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 閱讀(733) 評論(0)  編輯  收藏 所屬分類: Swing
          主站蜘蛛池模板: 昭平县| 平乡县| 慈利县| 专栏| 即墨市| 延寿县| 大理市| 新营市| 蕉岭县| 成安县| 库尔勒市| 徐水县| 峨眉山市| 莱芜市| 故城县| 弥勒县| 黑龙江省| 突泉县| 钟祥市| 大港区| 旺苍县| 军事| 丹阳市| 镇远县| 天津市| 莱芜市| 旺苍县| 吉隆县| 六枝特区| 哈巴河县| 夏河县| 芷江| 巴楚县| 湟源县| 象州县| 兴山县| 沭阳县| 阜新| 安仁县| 宁晋县| 台江县|