Creato Sistema per Far terminare il main senza aprire una infinità di chiamate

This commit is contained in:
2013-12-17 18:10:17 +01:00
parent 5d7df273b5
commit 61feceab1d
5 changed files with 36 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
package it.unisa.info13d.Utility;
/**
* Created with MONSTER.
* User: xgiovio
* Date: 17/12/13
* Time: 18.06
*/
public class ReShow {
public boolean reshow = true;
}