I'm getting a really annoying parse error when I try to generate
CSD. I really don't know why I'm getting this error.
The compiler is telling me it's at this line:
PrintStream outfile = new PrintStream(new FileOutputStream((filename.getText()) + ".txt"), true);
Does anybody know what's wrong with this?
Eric