MCPcopy
hub / github.com/arduino/Arduino / handlePageSetup

Method handlePageSetup

app/src/processing/app/Editor.java:2465–2471  ·  view source on GitHub ↗

Handler for File → Page Setup.

()

Source from the content-addressed store, hash-verified

2463 * Handler for File → Page Setup.
2464 */
2465 private void handlePageSetup() {
2466 PrinterJob printerJob = PrinterJob.getPrinterJob();
2467 if (pageFormat == null) {
2468 pageFormat = printerJob.defaultPage();
2469 }
2470 pageFormat = printerJob.pageDialog(pageFormat);
2471 }
2472
2473
2474 /**

Callers 1

buildFileMenuMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected