65666768697071
private MVC() { super(mvcThreadGroup, "MVC Thread #"+(threadCounter)); threadCounter += 1; System.out.println("Next thread counter: "+threadCounter); mvcThreads.add(this); monitor = new WarningMonitor(); }