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