Skip to content

redbayoub/javafx_text_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Editor

A JavaFX app that alow users to read and create and edit text files

What I Learned

  • Handling Keyboard shortcuts
  • Highlithing text when searching
  • Handling files in java
  • Create Settings files and saving them

Screenshots

main view settinng view serach highlighting exit warning file menu edit menu search replace

To run

  1. Download the release file
  2. Make sure you have oracle jre v 8 or higher
  3. type in command line or terminal java -jar <filename>.jar