document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. try {
  2.     JTableImprimir.print(JTable.PrintMode.FIT_WIDTH, // FIT_WIDTH todas as colunas em uma page
  3.       new MessageFormat("Título da Página"),  
  4.        new MessageFormat("Page {0}"));
  5. } catch (PrinterException e) {
  6.     JOptionPane.showMessageDialog(this, "Falha na impressão: "+ e.getMessage());
  7. }
  8.  
');