Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 1.07 KB

README.md

File metadata and controls

12 lines (12 loc) · 1.07 KB

SIMPLE-TEXT-EDITOR

A simple text editor in java using Swing GUI

How it works:

  1. Lets you write simple lines of text.
  2. You can save your file using the suboption of save/save as below the file option.
  3. If you close the file without saving it asks you once if you want to "continue closing the file without saving"
  4. lets you open other .txt files and shows error message if you open a file which dosen't exist

NOTE

  1. This program will only work on an offline java compiler.
  2. Use the close option under the "file" menu to close the text file. The 'X' option on the window is for closing the window builder. It will not showcase the features of the close button meant for the text editor

Important instruction to run this program

Install the "WindowBuilder 1.9.4" which comes with all necessary plugins needed to run this program. If the reader is using eclipse then they can simply go to the eclipse marketplace from the help menu and type in "Window Builder". It automatically takes you to this tool. Make sure you have the updated version of WindowBuilder 1.9.4.