Class CanvasDemo

java.lang.Object
it.univr.di.cstnu.gui.CanvasDemo

public class CanvasDemo extends Object
Standalone demo: loads a GraphML file (given on the command line) and shows it in a JFrame, or builds a small built-in demo graph if no file is given.

Usage: java it.univr.di.cstnu.gui.CanvasDemo [file.graphml]

Author:
posenato
  • Method Details

    • main

      public static void main(String[] args)
      Entry point.
      Parameters:
      args - optional single argument: the path to a GraphML file to load