Java does not "connect" to a printer. That is done by the OS. The Java API has a PrinterJob class for accessing the printer and printing images or text. It has been around since Java 1.4. So you...