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