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

Examples of jp.go.aist.sot.client.gui.panel.SignOnMainPanel


        if (controller == null) {
            this.controller = new LoginWindowController();
        }
        this.controller = (LoginWindowController) controller;

        panel = new SignOnMainPanel(this.controller);

        frame = new JFrame();
        frame.setTitle(mh.getMessage("title"));       
        frame.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
        frame.setResizable(false);
View Full Code Here

TOP

Related Classes of jp.go.aist.sot.client.gui.panel.SignOnMainPanel

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.