Console

Quick implementation of a console. This is necessary as there may be no console when application won't be started within Eclipse for example. Calls to System.out or System.err are redirected to the consoles internal text buffer.


Field: charCopiedToOriginalStream [int]

---


Field: originalStreamOut [PrintStream]

---


Field: text [ByteArrayOutputStream]

---


Field: mainWindow [JFrame]

---


Field: textArea [JTextArea]

---