public class A
{
public static void Main()
{
JTable t1 = new jTable();
JTable t2 = new jTable();
t1.print();
t2.print();
}
}
I have 5 JTables which I have to print 1 after the other on a single page. Please help me out with this