Editor?

I am starting a project and was wondering if anyone has a code for a simple text editor like notepad, with basic cut/ paste copy, and save/open features, nothing too fancy to help me get started. I tried looking online, but i kept getting some wierd stuff that did not help me.
[298 byte] By [AdiVa] at [2007-11-27 4:09:03]
# 1
Hi there,You could try Dr Java...DrJava is a lightweight development environment for writing Java programs. It is designed primarily for students, providing an intuitive interface and the ...www.drjava.org/CheersChumby
Chumbya at 2007-7-12 9:14:26 > top of Java-index,Java Essentials,New To Java...
# 2
> a simple text editor like notepad, with basic cut/ paste copy, and save/open> featuresOn Windows, TextPad http://www.textpad.com/Using Linux, Kate http://kate-editor.org/
pbrockway2a at 2007-7-12 9:14:26 > top of Java-index,Java Essentials,New To Java...
# 3
I find crimson editor good
nnuttaa at 2007-7-12 9:14:26 > top of Java-index,Java Essentials,New To Java...
# 4

Ohh, thanks for those links guys, but I guess I was a bit vague.

I really don't need the program, I just need the source code, since I want to see how some of those stated function(cut/paste save/open)

work and from there on to start modifying it to my needs.

Since my goal for this is to make a fully working editor(kinda like Word I guess, but fewer functions for now) made with Java.

That's why I asked if you guys have any source codes, from your previous experience in order to help me get started.

AdiVa at 2007-7-12 9:14:26 > top of Java-index,Java Essentials,New To Java...
# 5
I see! Have a look at C:\Program Files\Java\jdk1.6.0\demo\jfc\Stylepad (or /opt/jdk1.6.0/demo/jfc/Stylepad or similar on your system). It comes with the JDK.
pbrockway2a at 2007-7-12 9:14:26 > top of Java-index,Java Essentials,New To Java...
# 6
Yep, found it, Thanks a lot, that tremendously helped. Now I can build up on it. Thanks for the help again!
AdiVa at 2007-7-12 9:14:26 > top of Java-index,Java Essentials,New To Java...
# 7
You're welcome.
pbrockway2a at 2007-7-12 9:14:26 > top of Java-index,Java Essentials,New To Java...