Package net.bashtech.geobot.gui

Examples of net.bashtech.geobot.gui.BotGUI


        banPhraseLists = new HashMap<Integer, List<Pattern>>();

        loadGlobalProfile();

        if (useGUI) {
            gui = new BotGUI();
        }

        //Start WebSocket server
        if (wsEnabled) {
            WebSocketImpl.DEBUG = false;
View Full Code Here

TOP

Related Classes of net.bashtech.geobot.gui.BotGUI

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.