Hi All,

Please review a print job attribute fix for jdk9.
Bug: https://bugs.openjdk.java.net/browse/JDK-6357905
webrev: http://cr.openjdk.java.net/~psadhukhan/6357905/webrev.00/

The issue was in the Print-dialog, when some pages are specified using "Pages" within "Page range", java.awt.JobAttributes.getFromPage() and getToPage() always returns "1"
and not the values as updated by the user.
The fix was to get the pageranges attribute as set by the user and obtain the from and to Page range and update the JobAttribute's from and to Page.

Regards
Prasanta

Reply via email to