org.statcato.utils
Class PrintMe
- java.lang.Object
-
- org.statcato.utils.PrintMe
-
- All Implemented Interfaces:
- java.awt.print.Printable
public class PrintMe extends java.lang.Object implements java.awt.print.PrintablePrints text components. PrintMe is a class that lets you print documents on the fly for free ;) Printing in JDK 1.2 - 1.5 is hard. With this, you just simply call it in your application and add your text component like JTextPane: new PrintMe().print(YourJTextComponent); Reminder: Just make sure there is a text on your component ;P Author : Jan Michael Soan WebSite: http://www.jmsoan.com Date : 04/17/2004 Time : 2:20 PM
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intprint(java.awt.Graphics graphics, java.awt.print.PageFormat pageFormat, int pageIndex)
-
DMelt 3.0 © DataMelt by jWork.ORG