Skip to content

Latest commit

 

History

History
51 lines (51 loc) · 1.87 KB

README.md

File metadata and controls

51 lines (51 loc) · 1.87 KB

Notepad-clone

🛠️ To run the project from the command line, go to the dist folder and type the following:

  • java -jar "Notepad.jar"
Notepad

𝑻𝒉𝒊𝒔 𝒊𝒔 𝒂𝒃𝒐𝒖𝒕 𝒕𝒉𝒆 𝒔𝒊𝒎𝒑𝒍𝒆 𝒕𝒆𝒙𝒕 𝒆𝒅𝒊𝒕0𝒓 𝒎𝒂𝒅𝒆 𝒊𝒏 𝒋𝒂𝒗𝒂

📌 About

  1. This is simple Notepad made using Java.
  2. Swing components have been used to develop this simple text editor.

✨ Features

  1. There are total 4 tabs. File, Edit, Format & Help.
  2. File
    1. To create a new file.
    2. To Open new file.
    3. To save the file.
    4. To print the file.
  3. Edit
    1. To cut the text.
    2. To copy the text.
    3. To paste the text.
    4. To select all text.
  4. Help
    1. Help

📷 Screenshots

Notepad          Notepad