lib/browser/GraphBrowser/GraphBrowser.java
changeset 3641 f52a8342e944
parent 3599 89cbba12863d
child 6541 d3ac35b2bfbf
equal deleted inserted replaced
3640:7554be69fd09 3641:f52a8342e944
   150 		} catch (IOException exn) {
   150 		} catch (IOException exn) {
   151 			System.out.println("\nI/O error while reading graph file.");
   151 			System.out.println("\nI/O error while reading graph file.");
   152 		} catch (ParseError exn) {
   152 		} catch (ParseError exn) {
   153 			System.out.println("\nParse error in graph file:");
   153 			System.out.println("\nParse error in graph file:");
   154 			System.out.println(exn.getMessage());
   154 			System.out.println(exn.getMessage());
   155 			System.out.println("\nSyntax:\n<vertexname> <dirname> [ + ] <path> [ < | > ] [ <vertexname> [ ... [ <vertexname> ] ... ] ] ;");
   155 			System.out.println("\nSyntax:\n<vertexname> <vertexID> <dirname> [ + ] <path> [ < | > ] [ <vertexID> [ ... [ <vertexID> ] ... ] ] ;");
   156 		}
   156 		}
   157 	}		
   157 	}		
   158 
   158 
   159 	public void init() {
   159 	public void init() {
   160 		isApplet=true;
   160 		isApplet=true;