Package net.sf.agentopia.ui.swing

Examples of net.sf.agentopia.ui.swing.LoggerPanel


     *
     * @see java.lang.Runnable#run()
     */
    public void run() {
        // Build logger panel (only gui component).
        final LoggerPanel loggerPanel = new LoggerPanel();
        loggerPanel.setQuestionPanelVisible(false);
        Logger.registerLogger(loggerPanel);

        // Create window.
        frame = buildFrame(loggerPanel);
        frame.setVisible(true);
View Full Code Here

TOP

Related Classes of net.sf.agentopia.ui.swing.LoggerPanel

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.