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