JDK-8101185 : Define javafx printing APIs
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2011-10-27
  • Updated: 2015-06-16
  • Resolved: 2013-01-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Fixed
Related Reports
Blocks :  
Description
We aim to provide printing support for the FX platform.
To this end we'll need APIs to 
- discover printers and printer attributes
- set up a print job
- receive a root Node laid out for a page and print it.

ie this is analagous to the java.awt.print package in Java SE.
Comments
I vote for this ! I want much the print support by JavaFX, especially after I saw the FileChooser class in JavaFX compared to JFileChooser in JavaSE. The file choose dialog in JavaFX is better than that in JavaSE. So I hope to see also an improved print support in JavaFX in futur.
23-09-2012