ok, how can i make the console appear on a textbox in a program? like whatever goes through the console appears on a textbox?
Printable View
ok, how can i make the console appear on a textbox in a program? like whatever goes through the console appears on a textbox?
The console in java is a PrintStream, use System.setOut and System.setErr to set the output to whatever stream you want