print tool « Graphics « Java Swing Q&A





1. Printing tools    coderanch.com

Hi, I want to print tables which has very large number of columns and rows. That is, the columns as well as the rows do not fit into a single page. Is this possible? If so,it would be much appreciated if you give the code. I want to print each and every cell's value separately using "Graphics2D.drawString(table.getValueAt(row,col)), without printing the table's ...