A simple text editor built in Java that allows users to open, edit, and save text files. It supports basic file operations such as opening and saving files through a graphical user interface (GUI).
- Open and save text files
- Simple and intuitive user interface
- Lightweight and fast
- Java 17 or higher
git clone https://github.com/anonymByte-404/text-editor.git
-
Navigate to the project directory:
cd your-repository-name
-
Compile the Java files:
javac -d bin src/*.java
-
Run the application:
java -cp bin TextEditor
- Open the application by running the
TextEditor
class. - Use the File menu to open an existing text file or save a new one.
- Edit your text in the editor and save your changes.
This project is licensed under the MIT License - see the LICENSE file for details.