Re: [JAVA2D] Java 6u10 drawing performance

2008-04-09 Thread Dmitri Trembovetski
Another thing - is that blinking rectangle (the one that shows the currently selected handle) done via xor paint mode? If so, it would slow things down on systems with Direct3D pipeline enabled because xor operations are not accelerated (6635462). It would work ok for smaller areas

[JAVA2D] Print Dialogs a la .Print() vs PageSetup()

2008-04-09 Thread java2d
Hi All, I am currently working with printing an image over multiple pages implementing pageable and the cross platform print and page setup dialogs. The user environment is Java 1.5 with code compatability to 1.4.2. We are planning to go 1.6 with code compat to 1.5. The user launches a Print