A simple text editor in java using Swing GUI
- Lets you write simple lines of text.
- You can save your file using the suboption of save/save as below the file option.
- If you close the file without saving it asks you once if you want to "continue closing the file without saving"
- lets you open other .txt files and shows error message if you open a file which dosen't exist
- This program will only work on an offline java compiler.
- 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
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.