This project has been designed using java swing.This project shows a sample notepad which has some similar functionalities as of Microsoft windows notepad. It provides functionalities like new, open, save, select, select all, copy, paste, rename, save as, delete, edit, find, find next, search, word rap, page setup,time and date, set font and help in very efficient way.
Notepad.java is the main file of this project which contains java swing codes for creating a sample notepad. All files are placed inside Sample-Notepad directory.
Java Standard Edition Development Kit 8 (or JDK 8) or upgraded versions of JDK 8 should be pre-installed on local machine to compile this project.
Type the following commands inside Sample-Notepad to compile the project.
javac Notepad.java
After compilation, the project is ready to run.
Type the following commands in inside Sample-Notepad to run this project.
java Notepad
When java program is run, it displays a sample notepad on the screen which can be used for different purposes.
This package is available on an "as is" basis. I do not say or imply that it will be useful for whatever you want to do with it. It may also contain bugs, and I assume no responsibility for any potential problems associated with its use. However,I have tried to fix almost bugs of my program. It has been tested on java version "1.8.0_92" on an Intel(R) Core(TM) CPU (i5) with a 2.20 GHz processor and 8.00 GB of RAM, running on the Windows 10 operating system.
My email id: [email protected]