View Single Post
  #2 (permalink)  
Old 08-06-2007, 11:51 PM
leonard leonard is offline
Member
 
Join Date: Jul 2007
Posts: 43
leonard is on a distinguished road
Get an array of javax.print.PrintService via PrinterJob.lookupPrintServices() method. A javax.print.PrintService object represents a physical printer on your platform.
Reply With Quote