| # | Line 99 | Line 99 | public class IscreamLayout { | |
|---|---|---|
| 99 | } | |
| 100 | ||
| 101 | public static void printTable(BufferedWriter bw, PlotData pd) throws IOException{ | |
| 102 | + | |
| 103 | bw.write("<table border=\"0\" align=\"center\">"); | |
| 104 | ||
| 105 | bw.write("<tr bgcolor=\"black\"><td><font color=\"white\">Date</font></td><td><font color=\"white\">Value</font></td></tr>"); | |
| 106 | ||
| 107 | + | // Alternating row colours. |
| 108 | String rowColour1 = "#ccccff"; | |
| 109 | String rowColour2 = "#ffffff"; | |
| 110 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |