OK, missed that, thanks.
New issue, I'm getting these exceptions:
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError:
org/jvnet/substance/utils/ColorSchemeFilter
at
org.jvnet.substance.SubstanceImageCreator.getColorSchemeImage(SubstanceImageCreator.java:2846)
at
org.jvnet.substance.painter.decoration.ImageWrapperDecorationPainter.getColorizedTile(ImageWrapperDecorationPainter.java:326)
Which is weird because the class is in the jar file:
#>jar vtf c:/temp/subst/substance.jar 2>&1 | grep ColorSchemeFilter
4583 Wed Apr 30 23:04:04 PDT 2008
org/jvnet/substance/utils/ColorSchemeFilter.class
Here's my launch command line:
export CLASSPATH=".;c:/temp/subst/substance.jar"
java -Dswing.defaultlaf=org.jvnet.substance.skin.SubstanceAutumnLookAndFeel
SwingMark
I'm also still getting the NPE from the menubar stuff - same
as with 4.3.
I guess I can hack the benchmark to check for null there but
it would be nice to get this resolved since it's possible
that other apps may run into this.
Thanks,
Dmitri
[EMAIL PROTECTED] wrote:
Hmm. The 5.0 version doesn't work for me, it
throws an exception when trying to init the L&F:
Dmitri,
As described in the roadmap of Substance 5 [1], the SubstanceLookAndFeel class
is now abstract. You can use one of the skin-based derived classes instead. You
can run any one of the following with -Dswing.defaultlaf:
* org.jvnet.substance.skin.SubstanceAutumnLookAndFeel
* org.jvnet.substance.skin.SubstanceBusinessLookAndFeel
* org.jvnet.substance.skin.SubstanceBusinessBlackSteelLookAndFeel
* org.jvnet.substance.skin.SubstanceCremeLookAndFeel
* org.jvnet.substance.skin.SubstanceNebulaLookAndFeel
The performance of the latest dev drop of 5.0 should be even better than before
(3-3.7 faster in my own benchmark).
Thanks
Kirill
[1] http://www.pushing-pixels.org/?p=295
[Message sent by forum member 'kirillcool' (kirillcool)]
http://forums.java.net/jive/thread.jspa?messageID=272404
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".