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