Issue on JTable

Dear Friend Please help me out for this Problem. I Want to print the JTable content with the Grid Lines.I searched everywhere in the Forum and in the Google. But i am not getting a correct Solution for itPlease help me friendsjofin
[266 byte] By [jofin123a] at [2007-11-26 22:45:58]
# 1
To print the table use the print() method of JTableFor exampletable.print();
it_senthilkumara at 2007-7-10 12:03:47 > top of Java-index,Desktop,Core GUI APIs...
# 2
Hi Thank you for your reply. i am using the table.print(); already. But it Prints only the Content But not the Vertical and Horizontal Lines I mean the Content With Grid.Please help me out on this IssueJofin
jofin123a at 2007-7-10 12:03:47 > top of Java-index,Desktop,Core GUI APIs...
# 3
If your table (view) having horiz & vertical lines, the print() also prints with grid.
it_senthilkumara at 2007-7-10 12:03:47 > top of Java-index,Desktop,Core GUI APIs...