[EMAIL PROTECTED] wrote:
I got 93498 with d3d and 102026 w/o d3d, but it
doesn't use the same skin by default - the default with
4.3 looks like Aqua. How do I chose Autumn skin on 4.3 from
the command line?
Dmitri,
It's the same as with 5.0 - org.jvnet.substance.skin.SubstanceAutumnLookAndFeel
as the value for swing.defaultlaf VM flag.
D'oh!
OK, the results with AutumnL&F.
d3d: 117555
no d3d: 130214
So 5.0 is almost twice as fast.
Also, I got this exception once when running 4.3 with the default skin,
must be a race condition (it seems to access it from non-edt thread?):
Exception in thread "Laf-Widget fade tracker"
java.lang.ArrayIndexOutOfBoundsException: 1 >= 1
at java.util.Vector.elementAt(Unknown Source)
at javax.swing.MenuSelectionManager.getSelectedPath(Unknown Source)
at
org.jvnet.substance.utils.ComponentState.getState(ComponentState.java:267)
at
org.jvnet.substance.utils.ComponentState.getState(ComponentState.java:230)
at
org.jvnet.substance.SubstanceListUI.getCellState(SubstanceListUI.java:754)
at
org.jvnet.substance.SubstanceListUI$CellRepaintCallback.fadePerformed(SubstanceListUI.java:360)
at
org.jvnet.lafwidget.animation.FadeTracker.callbackCallFadePerformed(FadeTracker.java:450)
at
org.jvnet.lafwidget.animation.FadeTracker.updateComponents(FadeTracker.java:381)
at
org.jvnet.lafwidget.animation.FadeTracker.access$000(FadeTracker.java:47)
at
org.jvnet.lafwidget.animation.FadeTracker$FadeTrackerThread.run(FadeTracker.java:205)
Thanks,
Dmitri
===========================================================================
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".