Package edu.indiana.extreme.xbaya.monitor.gui

Examples of edu.indiana.extreme.xbaya.monitor.gui.MonitorPanel


   */
  private void initGui() {

    GridPanel mainPanel = new GridPanel();

    MonitorPanel monitorPanel = new MonitorPanel(this.engine, this.nodeID);
    this.consoleTextArea = new XBayaTextArea();
    XBayaLabel consoleLabel = new XBayaLabel("Console",
        this.consoleTextArea);

    this.commandField = new XBayaTextField();
View Full Code Here


    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);

    compTreeXBayapanel = new ScrollPanel(this.componentSelector,
        ComponentSelector.TITLE);
    ScrollPanel compViewXBayaPanel = new ScrollPanel(this.componentViewer,
        ComponentViewer.TITLE);
View Full Code Here

TOP

Related Classes of edu.indiana.extreme.xbaya.monitor.gui.MonitorPanel

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.