Skip to content

This notepad serves as a demonstration of its functionalities and illustrates how it will operate as a professional application.

Notifications You must be signed in to change notification settings

Omid2831/NotePad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notepad Application 📝

This is a native Java implementation of a lightweight Notepad application. It features a simple yet functional graphical user interface (GUI) built using Swing, allowing users to create, edit, save, and open text files.


🖼️ Demo

Application Screenshot:

 Note Screenshot

Click the image above to watch the video demo.


🚀 How to Use

Prerequisites

  1. Open your terminal and clone the repository:
git clone https://github.com/Omid2831/NotePad.git
  1. Navigate into the project directory:
cd NotePad

Compile and Run

  1. Compile the source files and place the compiled classes in the bin directory:
javac -d bin *.java
  1. Run the program:
java -cp bin Notepad.java

(Please make sure Notepad.java is your program's entry point.)

🛠️ File Structure

📂 Notepad-App
├── src/
│   └── main/
│       └── java/
│           └── Notepad.java       # Notepad functionality implementation
├── 📂 capture
│   ├── NoteVid.mp4                # Video demo of the application
│   └── Pic.png                    # Screenshot of the application
└── README.md                      # Documentation file for the project

About

This notepad serves as a demonstration of its functionalities and illustrates how it will operate as a professional application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages