# Simple Java Text Editor π
Built this Simple Java Text Editor in class today.
Put in a little extra effort to understand Java Swing and menu handling β and honestly, it was fun! π
Every small step counts. Todayβs effort = tomorrowβs confidence π
Learning Java one project at a time.
This application is a basic text editor that provides a menu-driven interface similar to professional IDEs.
It was developed in Eclipse IDE as part of Java GUI practice.
- π Text editing using JTextArea
- π File menu (Open, Save, Exit)
- βοΈ Edit menu (Copy, Cut, Redo)
- π Search menu options
- π Source and Refactor options
- βΆ Run and Debug menu
- πͺ Window and Help menu
Here is how my Simple Java Text Editor looks when running:
(![Uploading Screenshot 2026-02-17 130400.pngβ¦])
- Java
- Swing (GUI Library)
- Eclipse IDE
-
Clone the repository:
git clone https://github.com/your-username/SimpleJavaTextEditor.git
-
Open the project in Eclipse.
-
Run: SimpleTextEditor.java
π Concepts Practiced
. Object-Oriented Programming
. Java Swing Components
. Event Handling
. GUI Layout Management
. Menu Bars and Menu Items
π©βπ» Author
Laiba Azeem Computer Science Student Learning Java & GUI Development