Skip to content

rk-1203/NotePad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotePad

A notepad with all basic features built using java

NotePad

Features

  • Opening a new or existing file
  • Saving a file with save and save as option
  • Find text
  • Replace and Replace all option
  • Close notepad

🛠 Installation & Set Up

  1. Compile the program

    javac Editor.java
    
  2. Run the compiled program

    java Editor
    
  3. You can also make executable jar. First Compile the program with above command then try the command given below.

    jar cvfm Editor.jar Manifest.txt *.class
    

About

A notepad with all basic features built in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages