我遇到物質外觀和感覺問題。我試圖將Office 2007 LAF設置爲here。Java物質外觀和感覺問題
try
{
UIManager.setLookAndFeel("org.pushingpixels.substance.api.skin.SubstanceOfficeBlue2007LookAndFeel");
}catch(Exception ex)
{
System.out.println("Exception:"+ ex.getMessage());
}
但是當我運行這段代碼,我得到異常:在線程 異常 「主要」 java.lang.NoClassDefFoundError:組織/ pushingpixels /三叉戟/安心/ TimelineEase
我在做什麼錯?任何人都有物質LAF的經驗?
感謝您下載JAR!有用。爲什麼沒有這個圖書館就無法工作?爲什麼沒有這個圖書館的物質分配? – 2xMax 2010-05-23 19:05:42
不知道:)。它在物質下載頁面列出:https://substance.dev.java.net/servlets/ProjectDocumentList?folderID=11795,但似乎是關於它。 – Chris 2010-05-23 19:13:01