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

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


    private JDialog dialog;
    private StatusPanel statusPanel;
   
    public StatusDetailWindow(Frame frame) {
       
        statusPanel = new StatusPanel();

        dialog = new JDialog(frame);
        dialog.setTitle(mh.getMessage("title"));       
        Container pane = dialog.getContentPane();
View Full Code Here

TOP

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

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.