-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
beta2
-
sparc
-
solaris_2.5.1
Name: sdR10048 Date: 04/25/2000
The doc for java.awt.JobAttributes has several problems:
1) nothing about the default output value of these methods
/the object has been created with construcrot JobAttributes()/:
public DialogType getDialog()
public String getFileName()
public int getMaxPage()
public int getMinPage()
public MultipleDocumentHandlingType getMultipleDocumentHandling()
2) typos for setPageRanges(new int[][]):
This is the quote from the doc:
"Specifying none of pageRanges, fromPage, or toPage is equivalent to
calling setPageRanges(new int[][] { new int[] { minPage } });"
SHOULD BE:
"Specifying none of pageRanges, fromPage, or toPage is equivalent to
calling setPageRanges(new int[][] { new int[] { minPage, minPage } })"
------------------------------------------------------------
======================================================================