Skip to content

It is a simple and light text editor (notepad) written in Java.

Notifications You must be signed in to change notification settings

rohitpandey49/TextEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextEditor

It is a simple and light text editor (notepad) written in Java.

  • Created with Java Swing
  • Background and Font Color of text area can be changed

TextEditor Main UI

TextEditor

Let's look at the structure of the my Notepad application

Structure

Demo

Download the Jar file and double click to run

Or run java -jar TextEditor.jar from the command line

You can also generate easily a new jar file with the following command when you are in src/ directory jar cmvf ../manifest.mf ../textEditor.jar textEditor/*.class

File Menu

Edit Menu

Format Menu

Change Background of Text Area

Change Font of Text Area

Releases

No releases published

Packages

 
 
 

Languages