$30
Write a simple line editor program. Use a Java Container Class to store the lines of text. Allow the user to createa new file, open an existing file, insert text, append text, delete lines, and write the file.
Starting from: $30