donno2048 / Notepad--

This notepad app will take you 200 years back to the Typewriter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notepad--

This notepad app will take you 200 years back to the Typewriter.

Install requirements

sudo apt update
sudo apt install default-jre default-jdk -y

Download the executable jar

Get it in the releases section

Compile

javac com/elisha/notepad/Main.java

After compiling

Run

java com.elisha.notepad.Main

Make JAR

jar cmf MANIFEST.MF Notepad--.jar com/elisha/notepad/*.class

Run JAR

java -jar Notepad--.jar

About

This notepad app will take you 200 years back to the Typewriter.


Languages

Language:Java 100.0%