Aggiunta classe starter per auto popolamento se il catalogo è vuoto

This commit is contained in:
2014-01-27 02:25:23 +01:00
parent 88942a648c
commit b0a4644db5
4 changed files with 61 additions and 17 deletions

View File

@@ -24,21 +24,6 @@ public class Main {
public static void main(String[] args) throws FileNotFoundException,IOException,ClassNotFoundException, ParseException {
/*
LoginData login = new LoginData();
login.getUserDataInfo();
IdCounter.restore_counter();
Catalogo load_catalogo = new Catalogo();
ReShow r = new ReShow();
for (;r.reshow;)
load_catalogo.showMenu(login.getType(),login.getUsername(),r);
*/
LoginWindow l = new LoginWindow();
}