Skip to content

Releases: kritgrover/basic-text-editor

TextEditor_Build1.0

20 May 23:56
7bb4462
Compare
Choose a tag to compare

Text Editor v1.0

A basic Text Editor created using Java and Swing.

Version 1.0 is the first iteration of the editor which includes an unpolished interface and buttons. Future releases may include font changing, adding text styles, better visual interface and extended file format compatibility.

Functionalities Included:

  • Loading text files from hard drive for editing
  • Finding occurrences of a specific string using the search bar on the editor window
  • Saving file to hard drive
  • Buttons and Menu Bar for loading, saving files and search options.