Question Now once the data is fetched from the database and shown in the JTable object \"table\" embedded in the scrollPane, how do we create a print job th
just use JTable.print() method. here is an article about sending JTable into printer and another one with more parameters
JTable.print()