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

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


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

        configPanel = new ConfigPanel(this.controller);

        dialog = new JDialog(frame);
        dialog.setTitle(mh.getMessage("title"));
        dialog.getContentPane().add(configPanel);
        dialog.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
View Full Code Here

TOP

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

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.