Text Editor!

Hey guys:
I just got bored today so I made a very simple text editor. It’s not quite done yet but I’m putting it out there because is has the basic functions.

Download
[EDIT] sorry no screens
[EDIT EDIT] if nothing pops up in the beginning, try re-sizing the window

I made one of these too a few months ago! Try it out!

goo.gl/hCDkhu

Its simple too, but it has a few more features. I intended to implement different fonts, but that was too much of a pain for me!

You should probably save the file as a .txt so that other programs can also open it up.

cool , is this only for learning purposes? or do you plan to go somewhere with it? also i think that your problem with it not showing content at the start without being resized first can be solved if you make a call to MainFrame.revalidate(); after your init code is done.

purposes but I may make it into an IDE for a project I might do

will do, I didn’t really think about that