2012-08-13 1 views

답변

3

:

OyoahaLookAndFeel laf = new OyoahaLookAndFeel(); 
UIManager.setLookAndFeel(laf); 

나 :

... 
// get laf class name 
System.out.println(laf.getClass().getName()); 
// prints "com.oyoaha.swing.plaf.oyoaha.OyoahaLookAndFeel" 
... 
UIManager.setLookAndFeel("com.oyoaha.swing.plaf.oyoaha.OyoahaLookAndFeel"); 
+0

이 유가있는 투명 (스킨 변경) 유리 창 테마를 much.Is을 VRY 감사 또는 맥 테마. 나는 시작했다. 항아리는 어디에 두어야 하나? 수업 시간을 나에게 줘. – Vimal

+0

@ user1446431 : 귀하는 카스퍼스 패스 (http://en.wikipedia.org/wiki/Classpath_%28Java%29)에 항아리를 놓아야합니다. 클래스 이름이 답에 있습니다 (마지막 줄 참조). 유리 LAF에 관해서도 http://code.google.com/p/seaglass –

+0

을 볼 수 있습니다.이 것은 내 내부의 NullPointerException을 제공합니다 ... 스크롤바에 관한 것 ... 이상한 ... –