老师讲过我忘了。。好像是一个是什么FellandLook。的类吧。请指点一下,谢谢

解决方案 »

  1.   

    http://java.sun.com/docs/books/tutorial/uiswing/misc/plaf.html
    http://java.ccidnet.com/art/3739/20051219/531631_1.html
      

  2.   

    public void run() {
                    try {
                        UIManager.setLookAndFeel(UIManager.
                                                 getSystemLookAndFeelClassName());
                    } catch (Exception exception) {
                        exception.printStackTrace();
                    }