• Debug Your GUI: Redirecting and Distributing System.out

    Recently I was reading Swing Hacks by by Joshua Marinacci and Chris Adamson (ISBN: 978-0-596-00907-6). I came across Hack 95: Debug Your GUI which basically recommends building a dialog window containing a JTextArea that has the standard output streams routed to it. I thought this hack could be useful for debugging deployed applications since it makes it very...