Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 819 Bytes

File metadata and controls

22 lines (18 loc) · 819 Bytes

📝 Notepad (Java Swing)

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.

🚀 Features

  • 📄 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

🛠️ Tech Stack

  • Programming Language: Java
  • GUI Framework: Swing (JFrame, JMenuBar, JTextArea)
  • File Handling: Java IO

📌 Setup & Installation

  1. Clone the repository:
    git clone https://github.com/your-username/notepad-java.git  
    cd notepad-java