lib/browser/GraphBrowser/Console.java
changeset 33686 8e33ca8832b1
parent 18018 82206a6c75c0
child 50473 ca4088bf8365
equal deleted inserted replaced
33685:29106208ccf7 33686:8e33ca8832b1
     1 /***************************************************************************
     1 /***************************************************************************
     2   Title:      GraphBrowser/Console.java
     2   Title:      GraphBrowser/Console.java
     3   ID:         $Id$
       
     4   Author:     Gerwin Klein, TU Muenchen
     3   Author:     Gerwin Klein, TU Muenchen
     5 
     4 
     6   This is the graph browser's main class when run as a console application.
     5   This is the graph browser's main class when run as a console application.
     7   It duplicates some logic from GraphBrowser and GraphView.
     6   It duplicates some logic from GraphBrowser and GraphView.
     8   It does so to remove dependency on AWT.
     7   It does so to remove dependency on AWT.