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