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