Skip to content

A simple yet functional text editor built using Java Swing, featuring file operations (open/save), basic text editing (cut, copy, paste, undo, redo), and an optional dark mode. This project is a great starting point for learning GUI development in Java.

License

Notifications You must be signed in to change notification settings

anonymByte-404/text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple yet functional text editor built using Java Swing, featuring file operations (open/save), basic text editing (cut, copy, paste, undo, redo), and an optional dark mode. This project is a great starting point for learning GUI development in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages