Hi, I moved from swing to JSP. Trying to convert same Swing application to JSP application. In the swing application I used PRINT method in JPanel classes which implements PRINTABLE interface to format and print the data to the printer. Also I developed my own class to print preview the data(on a JFrame) before sending to the printer. So, each screen had print and print preview abilities.
Now I�d like to have this functionality in JSP application too. Would appreciate to advice me if I could used same print preview java class (developed for swing application) in JSP application. If yes, please explain how. If No, please advice me how could I have print and print preview ability in JSP application Thanks...Ali __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
