package slipapp; /** * * @author Doys */ public class PrintingHead extends PrintingPosition { public PrintingHead(int max){ this.max = max; } }