equal
deleted
inserted
replaced
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; |