Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.56 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.56 KB

Java Text Editor

AGPL-3.0 License Express TypeScript Definitions Pygame Version

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).


Features

  • Open and save text files
  • Simple and intuitive user interface
  • Lightweight and fast

Requirements

  • Java 17 or higher

Installation

Clone the repository

git clone https://github.com/anonymByte-404/text-editor.git

Compile and Run

  1. Navigate to the project directory:

    cd your-repository-name
  2. Compile the Java files:

    javac -d bin src/*.java
  3. Run the application:

    java -cp bin TextEditor

Usage

  1. Open the application by running the TextEditor class.
  2. Use the File menu to open an existing text file or save a new one.
  3. Edit your text in the editor and save your changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.