| # | Line 61 | Line 61 | public class GraphMaker { | |
|---|---|---|
| 61 | fos.flush(); | |
| 62 | fos.close(); | |
| 63 | ||
| 64 | < | System.out.println(" - Written "+width+"x"+height+" graph file"); |
| 64 | > | System.out.println(" - Written "+width+"x"+height+" graph file"); |
| 65 | } | |
| 66 | catch(Exception e){ | |
| 67 | System.out.println("Could not write the .gif file."); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |