Reading in a text file

Hey,Im wondering how easy it is to read a text file into a TextArea, specifically in JBuilder?A pointer to any tutorials would be much appreciated!Thanks in advancex
[200 byte] By [Kikia] at [2007-11-27 5:55:47]
# 1

> Hey,

>

> Im wondering how easy it is to read a text file into

> a TextArea, specifically in JBuilder?

>

> A pointer to any tutorials would be much

> appreciated!

>

> Thanks in advance

> x

JBuilder does not factor into the problem.

IO

http://java.sun.com/docs/books/tutorial/essential/io/index.html

Swing

http://java.sun.com/docs/books/tutorial/ui/index.html

filestreama at 2007-7-12 16:25:06 > top of Java-index,Java Essentials,New To Java...
# 2
Use superclass JTextComponent's read method. Consult the API for details.
Hippolytea at 2007-7-12 16:25:06 > top of Java-index,Java Essentials,New To Java...
# 3
Im a novice at Java and that seems quite complex haha!Does this seem a good place to start? http://www.scism.sbu.ac.uk/inmandw/tutorials/hmtools/jbuilder/text.htm
Kikia at 2007-7-12 16:25:06 > top of Java-index,Java Essentials,New To Java...
# 4
I would prefer a tutorial that wasn't JBuilder-specific, but then I sharpen my pencils with a pen knife. http://java.sun.com/docs/books/tutorial/uiswing/components/textarea.html
Hippolytea at 2007-7-12 16:25:06 > top of Java-index,Java Essentials,New To Java...