FileReader and FileWriter

I am working on a program that is very similay to Microsofts notepad and i have everything done I just need to add a FileReader and FileWriter but I need to know how to do it.
[182 byte] By [sbr022a] at [2007-11-27 4:19:32]
# 1

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

[url=http://java.sun.com/javase/6/docs/api/javax/swing/text/JTextComponent.html#read(java.io.Reader,%20java.lang.Object)]http://java.sun.com/javase/6/docs/api/javax/swing/text/JTextComponent.html#read(java.io.Reader,%20java.lang.Object)[/url]

[url=http://java.sun.com/javase/6/docs/api/javax/swing/text/JTextComponent.html#write(java.io.Writer)]http://java.sun.com/javase/6/docs/api/javax/swing/text/JTextComponent.html#write(java.io.Writer)[/url]

Hippolytea at 2007-7-12 9:26:29 > top of Java-index,Java Essentials,New To Java...