Searched refs:pnlPrintService (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java662 private PrintServicePanel pnlPrintService; field in class:ServiceDialog.GeneralPanel
680 pnlPrintService = new PrintServicePanel();
681 addToGB(pnlPrintService, this, gridbag, c);
693 return (pnlPrintService.isPrintToFileSelected());
697 pnlPrintService.updateInfo();

Completed in 57 milliseconds