Package org.nlogo.window

Examples of org.nlogo.window.ErrorLabel


        new AggregateModelEditorToolBar(editor);
    editor.setToolbar(toolbar);
    add(toolbar, BorderLayout.NORTH);

    javax.swing.JPanel codePanel = new javax.swing.JPanel(new java.awt.BorderLayout());
    ErrorLabel errorLabel = new ErrorLabel();
    codePanel.add(errorLabel, BorderLayout.NORTH);
    codePanel.add(new javax.swing.JScrollPane(contents), BorderLayout.CENTER);

    add(codePanel, java.awt.BorderLayout.CENTER);
  }
View Full Code Here

TOP

Related Classes of org.nlogo.window.ErrorLabel

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.