Package workbench.ui

Examples of workbench.ui.DiagramPanel


  public Control(Gui gui) {
    this.gui = gui;
   
    final JTextArea input = (JTextArea)find("Input");
    final JMenu menu = (JMenu)find("FileMenu");
    final DiagramPanel diagram = ((DiagramPanel)find("Diagram"));
    final JTextArea kappa = ((JTextArea)find("Kappa"));
    final JComboBox selection = ((JComboBox)find("ParserSelection"));
   
    new ChangeManagement(input, diagram, kappa, selection);
    new FileManagement(menu, input, (JLabel)find("Filename"));
View Full Code Here

TOP

Related Classes of workbench.ui.DiagramPanel

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.