Package att.grappa

Examples of att.grappa.GrappaPanel


public class DiagramPanel extends JScrollPane {
  private static final long serialVersionUID = 1L;
  private Graph diagram = new Graph("Graph");

  public DiagramPanel(){
    GrappaPanel grappa = new GrappaPanel(diagram);
    setName("Diagram");
    setViewportView(grappa);
  }
View Full Code Here

TOP

Related Classes of att.grappa.GrappaPanel

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.