Package com.kolakcc.loljclient.controller

Examples of com.kolakcc.loljclient.controller.DebugController


      }
    }
    SwingUtilities.invokeLater(new Runnable() {
      public void run() {
        //Do some basic checks first - can League be found? are the SWF files extracted?
        consoleController = new DebugController();
        if (!Configuration.checkLeagueDirectory()) {
          JFrame dummy = new JFrame();
          JOptionPane.showMessageDialog(dummy, "Your League of Legends directory could not be found.", "Error", JOptionPane.ERROR_MESSAGE);
          JFileChooser leagueFileChooser = new JFileChooser();
          leagueFileChooser.setDialogTitle("Select your League of Legends Directory.");
View Full Code Here

TOP

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

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.