My program runs the way I would like it, but there is text missing from the text file i created. The text that is missing is only linked to a method stemming from an interface class, but the actual method definition is located in a class that utilizes FileWriter...BufferedWriter etc.
If I have a system.out.print statement in that method it prints to the java console fine...but when I want to send it to a text file...nothing shows up. any suggestions?