不用自己做,有现成的。
到下面的网站看看
http://javootoo.l2fprod.com/plaf/kunststoff/index.php

解决方案 »

  1.   

    try{
          UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
        }catch(Exception e){}
    在XP下就是XP的界面,不过其他操作系统就不管保证了.
      

  2.   

    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());只能是获取当前操作系统的界面风格,如果在XP下自然就是XP风格,但在2000或者是98就不会是XP风格的
      

  3.   

    我看过,http://javootoo.l2fprod.com/plaf/xp/index.php确实有关于XP界面风格的介绍