QUAQUA是一款開(kāi)源的提供給Swing和Applet使用的JAVA皮膚,前段時(shí)間接觸了一下。覺(jué)得還是挺漂亮的,下載地址:http://www.randelshofer.ch/quaqua/download.html
在界面的構(gòu)造類的main方法中加入:
public static void main(String args[])
{
System.setProperty( "Quaqua.tabLayoutPolicy","wrap");
try
{
UIManager.setLookAndFeel("ch.randelshofer.quaqua.QuaquaLookAndFeel");
}
catch(Exception e)
{
}
}
就可以讓你的組件變成MAC風(fēng)格了
posted on 2007-05-14 21:52
Dong 閱讀(4150)
評(píng)論(4) 編輯 收藏