posts - 42,  comments - 84,  trackbacks - 0
      QUAQUA是一款开源的提供给Swing和Applet使用的JAVA皮肤,前段时间接触了一下。觉得还是挺漂亮的,下载地址:http://www.randelshofer.ch/quaqua/download.html 
     在界面的构造类的main方法中加入:
 public static void main(String args[])
 {
     System.setProperty( "Quaqua.tabLayoutPolicy","wrap");
  try
  {
      UIManager.setLookAndFeel("ch.randelshofer.quaqua.QuaquaLookAndFeel");    
  }
  catch(Exception e)
  {
             
  }
 }
就可以让你的组件变成MAC风格了
posted on 2007-05-14 21:52 Dong 阅读(4131) 评论(4)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: