have you any idea how i can save data to a file? i tryed some solutions
i.e using PrintStream out = new PrintStream( new FileOutputStream("data.txt") );
but i have this error from eclipse
Lego.java:36: cannot find symbol
symbol : class PrintStream
location: class Lego
PrintStream out = new PrintStream( new FileOutputStream("data.txt") );
^
help me please
simon
