1. How can I redirect the STDIO to a GUI component on a java app? stackoverflow.comOn C I would simple create a couple of pipes and use dup2 to overwrite the std file descriptor, while on the other end I'd create a thread for each outputing ... |
2. redirecting output to a swing component coderanch.com |