A simple, lightweight text editor built using Java Swing. It supports basic file operations like Open and Save, making it ideal for beginners learning GUI programming or file handling in Java.
🚀 Features
Open any .txt file
Edit text freely
Save content into a new or existing file
Clean and minimal UI
Built using pure Java Swing (no external libraries)
🔧 Future Improvements
current project is too basic. in futureAdd these to make it professional:
Add Cut / Copy / Paste menu
Add Find and Replace
Add Dark Mode
Add Line Numbers
Add Font size / style controls