fatcodeguy
Programmer
Hi. I need to pipe an output stream (System.out) to an input stream (which is read by a JEditorPane) , basically I want everything that appears in the console to appear in the JEditorPane. Anybody have any idea on how to do this? Thanks