Go to the source code of this file.
Classes | |
class | fi.jyu.mit.fxgui.TextAreaOutputStream |
Simple way to "print" to a JTextArea; just say PrintStream out = new PrintStream(new TextAreaOutputStream(myTextArea)); Then out.println() et all will all appear in the TextArea. More... | |
Packages | |
package | fi.jyu.mit.fxgui |