A simple text editor built using Java, providing basic functionalities like creating, opening, editing, and saving text files. This project demonstrates the use of Java's Swing framework for creating a graphical user interface (GUI).
- Create new text files
- Open existing text files
- Edit text content
- Save text files
- Cut, copy, and paste text
- Basic text formatting options
- Java Development Kit (JDK) 8 or higher
- An IDE (e.g., IntelliJ IDEA, Eclipse, or NetBeans)