A simple Notepad application built using Java Swing and AWT. This application allows users to create, edit, and save text files with basic functionality similar to traditional Notepad software.
- Create a new text file.
- Open and edit an existing text file.
- Save text files to your local system.
- Cut, copy, and paste functionality.
- Simple and easy-to-use graphical interface.
- Java Swing: For creating the GUI components such as menus, buttons, and text areas.
- Java AWT: For managing windows, events, and layouts.
- Clone the repository:
https://github.com/Ashishwayachal12/NotePad
2.Navigate to the project directory:
cd Notepad
3.Compile and run the project:
javac Notepad.java
java Notepad
1.NotePad:
2.About:(Note you can change about details )
3.Make Shortcut:
1.Open the project in NetBeans-id and select the notepad project , click properties.
2.Next Select Build and ok.
3.Next open your file manager and select project location there created dist folder.
- Next double click on Nodepad.
5.Create shortcut on your destop and you can want change the icon.
1.After double click file is not opening you shoulde install java from following link:
https://www.java.com/download/ie_manual.jsp
2.Next install jarfix in following link:(It can execute all file to gether)
https://johann.loefflmann.net/en/software/jarfix/index.html
- After you can restat the computer and double click on Notepad it will run.
For any questions or inquiries, please contact me-
ashishwayachal14@gmail.com








