================================= ================================= ================================= 출처: http://202psj.tistory.com/646 //여기 protected PrintService[] m_services; protected PrintService m_serviceDef = null; m_services = PrinterJob.lookupPrintServices(); //설정된 여러프린터를 가져온다 m_serviceDef = PrintServiceLookup.lookupDefaultPrintService(); //디폴트 기본 지정된 프린터를 가져온다. 설명 링크: http://xrath.com/..