Package com.kolakcc.loljclient.controller

Examples of com.kolakcc.loljclient.controller.LoginController


                        }
          }
          if (found) {
            System.out.println("This seems to be a valid league directory.");
            Configuration.setLeagueDirectory(selectedLeagueDirectory);
            loginController = new LoginController();
          } else {
            JOptionPane.showMessageDialog(dummy, "This directory doesn't seem to be a valid League of Legends Directory. Does it have lol.launcher.exe in it?.", "Error", JOptionPane.ERROR_MESSAGE);
            System.exit(0);
          }
        }
        File itemsFolder = FileSystem.getFile("app://img/items/");
        if (itemsFolder.list().length < 10) {
          new SWFExtractor();
        }
        loginController = new LoginController();
      }
    });
  }
View Full Code Here

TOP

Related Classes of com.kolakcc.loljclient.controller.LoginController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.