Print report by Eclipse IDE

I am using eclipse IDE. My application is link to JDBC. How to make a print report by click a JButton?

[109 byte] By [jiong_ronga] at [2007-11-27 10:58:34]
# 1

Eclipse is not responsible for printing anything in Java.

JTable has a print( ) method which you can use and so does JTextComponent and its subclasses.

Do a google search for "Java2D printing" and "printing in Swing" and read the results you obtain.

ICE

icewalker2ga at 2007-7-29 12:16:57 > top of Java-index,Desktop,Core GUI APIs...