关于QUAQUA LOOK and feel是用的一点小问题我在主要界面函数里面加入了如下代码:
System.setProperty( "Quaqua.tabLayoutPolicy","wrap");try{ UIManager.setLookAndFeel("ch.randelshofer.quaqua.QuaquaLookAndFeel"); }catch(Exception e){ e.printStackTrace();}