MCPcopy Index your code
hub / github.com/benfry/processing4 / handlePageSetup

Method handlePageSetup

app/src/processing/app/ui/Editor.java:2193–2203  ·  view source on GitHub ↗

Handler for File → Page Setup.

()

Source from the content-addressed store, hash-verified

2191 * Handler for File → Page Setup.
2192 */
2193 public void handlePageSetup() {
2194 //printerJob = null;
2195 if (printerJob == null) {
2196 printerJob = PrinterJob.getPrinterJob();
2197 }
2198 if (pageFormat == null) {
2199 pageFormat = printerJob.defaultPage();
2200 }
2201 pageFormat = printerJob.pageDialog(pageFormat);
2202 //System.out.println("page format is " + pageFormat);
2203 }
2204
2205
2206 /**

Callers 1

buildFileMenuMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected