Skip to content

emmiehe/text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Editor

A Text Editor from scratch, using JavaFX lib. This text editor functions similar to a generic text editor. It has a movable blinking cursor, a scroll bar, as well as features like word wraping, font changing, and open and save.

Example

Skeleton code

  • Skeleton code can be found in editor_skeleton directory. The skeleton code only generate a blank canvas.

Get started

  • cd text-editor
  • javac editor/*.java
  • java editor.Editor <filename>

About

A Text Editor from scratch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages