PrintWriter output to GUI




Hello
Is it possible to re-engineer an existing app that now statically creates a
PrintWriter and outputs System.out to it with output_.println() to go to a
scrollable GUI component? I believe not b/c no Swing app would have the
println method and I dont see how you to force it; however I am naive one
asking the question. Looking for insight and a code snippet. tia.
.