//package project1; /* Marcella Wong July 3, 2006 Project 1 */ import java.util.*; import java.io.*; public class HTMLForm extends Orders { public BufferedWriter bw; public HTMLForm() throws IOException { super(); sortFields(); } public void writeFile() throws IOException { bw = new BufferedWriter(new FileWriter("OrdersSummary.html")); bw.write("
\n"); bw.write("
|
|
| Maximum Month: " + " | |
| Minimum Month: " + " | |
|
|