Skip to content

ensha-alt/JAVA-AWT-Notepad-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Java AWT Notepad A simple Notepad application built using Java AWT. This project demonstrates GUI programming, menu handling, and basic file operations in Java.

----Features----

-File Menu:

New: Clears the text area to create a new file.

Open: Opens an existing text file using a FileDialog.

Save / Save As: Saves the text content to a file.

Exit: Closes the application.

-Edit Menu:

Cut, Copy, Paste: Standard text operations.

Delete: Deletes the selected text.

Select All: Selects all text in the editor.

-View Menu:

Zoom: Displays [Zoom clicked] in the text area (placeholder).

Status Bar: Displays [Status Bar clicked] in the text area (placeholder).

Word Wrap: Displays [Word Wrap clicked] in the text area (placeholder).

-User Interface:

Text editing using TextArea.

Menu-driven interface with File, Edit, and View menus.

Event-driven design using ActionListener.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages