A simple Notepad application built using Java Swing, replicating the basic functionalities of Windows Notepad. This project demonstrates GUI development in Java and file handling for text editing.
- 📄 Create, Open, Save, and Edit text files
- 🖋️ Cut, Copy, Paste functionalities
- 🎨 Font customization (Size, Style, Color)
- 🌙 Light & Dark Mode
- 🔍 Find & Replace text feature
- 🖨️ Print support
- Programming Language: Java
- GUI Framework: Swing (JFrame, JMenuBar, JTextArea)
- File Handling: Java IO
- Clone the repository:
git clone https://github.com/your-username/notepad-java.git cd notepad-java