netbeansにSyntheticaを適用してみます。 2008/07/25
2008/07/28

netbeans6.1にSyntheticaを適用してみます。

起動時の設定で、
まずクラスパスにsynthetica.jar,syntheticaBlackStar.jarを指定します。
次に、look and feelを指定します。

mac osxでは、

/Applications/NetBeans/NetBeans 6.1.app/Contents/Resources/NetBeans/etc/netbeans.conf

に指定できます。
他のosでもnetbeans.conf に記述すればオッケーです。

--cp:p がクラスパス
--lafでlook and feelを指定します。
netbeans_default_options="--cp:p /tmp/syntheticaBlackStar.jar:/tmp/synthetica.jar --laf de.javasoft.plaf.synthetica.SyntheticaBlackStarLookAndFeel"


設定後起動すると下記のような感じで起動できます。


参考

: