Skip to content

Omkar76/editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

editor

This is a basic text editor made with Java. Screenshot of editor


To run the editor, clone this repository with following command

git clone https://github.com/Omkar76/editor.git

cd to editor folder

cd editor

compile

javac texteditor/Main.java

run

java texteditor.Main