Skip to content

code-sparsh/notepad-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

notepad-java

A notepad/text editor for Desktop, developed using Java Swing.

How to run?

To run the program, firstly navigate to the src folder

cd src

Compile the Notepad.java file

javac Notepad.java

Execute

java Notepad

How to use Notepad via JAR file?

Download the latest release from the GitHub page under the "packages" section

OR

Compile the program and then package the source code into a jar file

cd src javac Notepad.java

jar cvf Notepad.jar Notepad *.class

Run the jar file

java -jar Notepad.jar

About

A notepad/text editor for Desktop, developed using Java Swing.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages