Package hu.u_szeged.nbo.client.ui.thread

Examples of hu.u_szeged.nbo.client.ui.thread.SolutionMonitorThread


           
            ra.solve();
            ra.setState(Model.STARTED);
            ra.setStartTime(System.currentTimeMillis());
           
            new SolutionMonitorThread(mainWindow, (Model)domain).start();
           
            ClientLogManager.addUserLog("Problem " + ra.getName() + " [#" + ra.getUniqueID() + "]"
                + " is started to solve with " + ra.getAlgorithm() + " algorithm.", false);
          }
                   
View Full Code Here

TOP

Related Classes of hu.u_szeged.nbo.client.ui.thread.SolutionMonitorThread

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.