We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2872f81 commit 5a37374Copy full SHA for 5a37374
src/java.desktop/share/classes/java/awt/PrintJob.java
@@ -46,6 +46,8 @@ protected PrintJob() {}
46
* The page is sent to the printer when the graphics
47
* object is disposed. This graphics object will also implement
48
* the PrintGraphics interface.
49
+ * If {@code PrintJob.end()} has been called, this method will
50
+ * return {@code null}.
51
* @see PrintGraphics
52
* @return the graphics context for printing the next page
53
*/
0 commit comments