Class JGraphAdapterDemo

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer

public class JGraphAdapterDemo extends JApplet
A demo applet that shows how to use JGraph to visualize JGraphT graphs.
Since:
Aug 3, 2003
Author:
Barak Naveh
See Also:
  • Constructor Details

    • JGraphAdapterDemo

      public JGraphAdapterDemo()
  • Method Details

    • main

      public static void main(String[] args)
      An alternative starting point for this demo, to also allow running this applet as an application.
      Parameters:
      args - ignored.
    • init

      public void init()
      Overrides:
      init in class Applet