Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4252108
Votes 5
Synopsis RFE: Java 2D Printing: PrinterJob.validatePage() is unimplemented.
Category java:classes_2d
Reported Against 1.2 , 1.1.7 , 1.2.1 , 1.2.2 , 1.2rc2
Release Fixed 1.3(kestrel)
State 10-Fix Delivered, request for enhancement
Priority: 4-Low
Related Bugs 4197007
Submit Date 07-JUL-1999
Description




When the paper size has specified by document data, 
application program must recognize whether the paper
size is available on selected printer. 

But it seems that no way to validate paper size is
there in Java Printing API.

I expected PrinterJob.validatePage(pf) adjust argument
and return valid page format for current printer. But
current implementation of the method returns exactly
the same page format.
(Review ID: 85208) 
======================================================================
Work Around




none
======================================================================
Evaluation
implementation just returns the arg without doing anything 
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang