A simple Text Editor GUI Application built using Java Swing and AWT that supports creating, editing, opening, and saving .txt files locally β similar to Notepad.
- Language: Java
- GUI Framework: Swing (
javax.swing,java.awt) - IDE (Optional): IntelliJ IDEA / Eclipse / NetBeans
- Java Version: JDK 8 or above
β
Create a new text editor window
β
Open and edit existing text files
β
Save text content to a .txt file
β
Cut, Copy, Paste, and Select All text
β
Close the editor easily
β
Scroll support for large files
β
Simple and user-friendly GUI
- Make sure you have Java JDK 8+ installed.
- Open a terminal inside your project folder.
- Compile the code:
javac TextEditor.java
- Run the code:
java TextEditor
- Open the project in IntelliJ IDEA, Eclipse, or NetBeans.
- Run the file TextEditor.java as a Java Application.
This project is open-source and free to use for learning and personal use.
Josh Tony Klement
