Dmitri Trembovetski wrote:
I didn't have a chance to run the benchmark with Substance LF as got sidetracked by some bugs and JavaOne stuff.
Just re-ran the benchmark for Nimbus L&F on 6u10 with and w/o the D3D pipeline (time to complete benchmark in seconds, the lower the better): w/o d3d: 36253 with d3d: 25822 Unfortunately I've ran into a snag when trying to run with the Substance L&F, it throws an NPE in the benchmark code in early stages of the benchmark =( I haven't looked at it in details yet, but it looks like a menu bar returns null from getMenu(i) call, where it's not supposed to: JMenu currentmenu = jmenubar.getMenu(i); int currentmenuMnem = currentmenu.getMnemonic(); The benchmark adds a bunch of menus to the menu bar, then drives them by sending the events. Will take a look at this later if I have time. 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".