Package jp.go.aist.sot.client.gui

Examples of jp.go.aist.sot.client.gui.StatusDetailWindow


        windowController.setStatusLogCommand(new StatusLogCommand());
        window = new LoginWindow(windowController);
        propertyController.getSignOnUserProperty().addSignOnUserPropertyListener(
                new UserPropertyLoaded());

        statusWindow = new StatusDetailWindow(null);
        statusWindow.setOkCommand(new StatusLogOkCmd());

        /* SignOnStatusListener list */
        listeners = new HashSet();
        listeners.add((SignOnStatusListener) window);
View Full Code Here

TOP

Related Classes of jp.go.aist.sot.client.gui.StatusDetailWindow

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.