jderman
October 9th, 2000, 03:49 PM
I have temporarily channeled the System.out.println using System.setOut:
biteMe = new ByteArrayOutputStream();
System.setOut(new PrintStream(biteMe,true));
But... now I want to set it back to default (screen window) etc.
Any clues??? Help Greatly Appreciated... No previous info found through search & Thanks inAdv
biteMe = new ByteArrayOutputStream();
System.setOut(new PrintStream(biteMe,true));
But... now I want to set it back to default (screen window) etc.
Any clues??? Help Greatly Appreciated... No previous info found through search & Thanks inAdv