Package edu.indiana.extreme.xbaya.component.gui

Examples of edu.indiana.extreme.xbaya.component.gui.ComponentViewer


    this.toolbar = new XBayaToolBar(this.engine);
    contentPane.add(this.toolbar.getSwingComponent(),
        BorderLayout.PAGE_START);

    this.portViewer = new PortViewer();
    this.componentViewer = new ComponentViewer();
    this.componentSelector = new ComponentSelector(this.engine);
    this.componentSelector
        .addComponentSelectorListener(this.componentViewer);
    this.monitorPane = new MonitorPanel(this.engine);
View Full Code Here

TOP

Related Classes of edu.indiana.extreme.xbaya.component.gui.ComponentViewer

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.