FileDocCategorySizeDatePackage
CardLayDemo2.javaAPI DocExample4687Sat Nov 25 12:55:20 GMT 2000None

PrintPanel

public abstract class PrintPanel extends Panel
PrintPanel is the base for an open-ended series of classes that implement printing of one type. We provide two examples to start: First prints a phone book, second prints labels, etc. To add more, for example a Mail List/Form Letter Merge, define a class for it below and insert in the "add" loop in the main constructor.

Fields Summary
Constructors Summary
Methods Summary
public abstract voiddoPrint()
Print the data in the format for this type of printout

public abstract java.lang.StringgetChoice()
Returns the string to use in a Choice to display this panel