Search found 1 match

by ununes
Tue May 04, 2010 8:40 pm
Forum: JFreeChart
Topic: Problem printing on a shared printer
Replies: 0
Views: 987

Problem printing on a shared printer

I have the following function to print a Chart, but it doesn´t work on a SHARED printer, only on network printers. /** * This method plot a chart on a Panel. * @author Ulisses Nunes * * @param JPanel - Painel to print the chart. */ public void print (JPanel painelGrafico) { PrinterJob job = PrinterJ...