Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
/ texteditor Public archive

A GUI plaintext editor written in Java using Swing

License

Notifications You must be signed in to change notification settings

wyattfry/texteditor

Repository files navigation

TextEditor

A GUI plaintext editor written in Java using Swing.

Screenshot of the text editor

Build

$ javac -d out/production/texteditor/ -cp src src/com/texteditor/wf/TextEditor.java

Run

$ java -cp out/production/texteditor/ com.texteditor.wf.TextEditor

You can also provide a the path to the file you want to read or edit as an argument:

$ java -cp out/production/texteditor/ com.texteditor.wf.TextEditor /path/to/text/file

Usage

To open a text file, enter its path in the text field then press Enter or click "Open". If the file exists, it will load its contents to the text area. Make any desired changes. To save your changes, click the "Save" button. If there are no changes to save, the button will be disabled.

License

TextEditor is MIT-licensed.

About

A GUI plaintext editor written in Java using Swing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages