Write a simple line editor

Assignment Help JAVA Programming
Reference no: EM132081293

You need a program written in Java.

Write a simple line editor. Keep the entire text in an ArrayList object, one line in a separate index position. Start the program with entering EDIT file, after which a prompt appears along with the line number.

If the letter I is entered with a number n following it, then insert the text to be followed on line n. If I is not followed by a number, then insert the text on the current line.

If D is entered with two numbers n and m,one n, or no number then delete lines nthrough m, line n, or the current line. Do the same with command L, which stands for listing lines.

If A is entered, then append the text to the existing lines or the last line. Entry E signifies exit and saving a text file.

Example:

Input file: textin.txt

The first line

And another line

EDIT testin

1>The first line

2>

3> And another line

4> I 3

3> The second line

4> One more line

5> L

1>The first line

2>

3> The second line

4> One more line

5> And another line     // This is now line 5, not 3

5> D 2                          // line 5, since L was issued form line 5

4> L                             // line 4, since one line was deleted

1>The first line

2> The second line

3> One more line

4> And another line

5>D 2 4

4>L

1>The first line

2>A

1> not done yet

2> L

1>The first line not done yet

2> E

Output File: textout.txt

The first line not done yet

The lines that are left or changed after entering E must be saved in new text file. textout.txt

Reference no: EM132081293

Questions Cloud

Practice of public health : Brief description of the significance of why this disease is important for examination - you have the opportunity to share the significance of your results
Create an application that declares a class : Declare and implement one friend function in such way that, you shouldn't be able to modify, but only read the class attributes.
Explain briefly the components of balance sheet : Explain what does balance sheet show about a company? Explain briefly the components of balance sheet?
What is the value of the call option : Suppose the current price of the company's stock is $79. What is the value of the call option if the exercise price is $64 per share? (32.16.)
Write a simple line editor : Write a simple line editor. Keep the entire text in an ArrayList object, one line in a separate index position.
Appropriate time to harvest the entire crop of shrimp : Describe how you would determine the appropriate time to harvest the entire crop of shrimp.
What is its book value per share : The company has 1.5 million shares of common stock outstanding. What is its book value per share?
What should be the increase in operating income : Cayman has a 35% marginal tax rate. If Cayman's sales increase 7%, what should be the increase in operating income?
Evaluate the warehousing facility project : What discount rate (WACC) Vestor should use to evaluate the warehousing facility project.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Write java application to input three integers from user

Write Java application that inputs three integers from user and displays sum, average, product, smallest, and largest of the numbers.

  You need to prepare the java applet

If the typed number is valid, display a product description and price; otherwise, display an appropriate error message. Save the file as JProductFinder.java.

  Create the jframes and the gui to work with the app

You need to create the JFrames and the GUI to work with the app - I want the program to work with the radio buttons and the applet

  Create a for loop that compares the two strings

Create a for loop that compares the two strings starting from index 0. For each match, add one point to userScore.

  Explain the inventory program to include an add button

Modify the Inventory Program to include an add button, a delete button, and a modify button on the GUI. These buttons should allow the user to perform the corresponding actions on the item name, the number of units in stock

  What is overloading and what is overriding

What is overloading and what is overriding? Please use code to explain it.

  Create a constructor with three default parameters

How can you create a constructor with three default parameters two of type string and one double?

  Create a gui front end for your bubble sort program

Design and implement a Java program which sorts a 10 element integer array using the bubble sort process. The elements of the array to be sorted should be supplied by the user (assume the user will not input duplicates).

  Write a program to that finds lowest n closing dow jones

You are to write a program to that finds lowest N closing Dow Jones Industrial averages and their dates in order by closing average. The program should prompt for the number of lowest closing averages requested by the user to be output.

  Providing a visual sample of exercise

Suppose that you have a dictionary whose words are not sorted in alphabetical order. As a function of the number, n, of words, what is the time complexity.

  The frantic pipe layer game1 the completed gamehere is what

the frantic pipe layer game.1 the completed gamehere is what the user interface should look like when completedyou must

  Create a class called employee

Create a class called Employee that has the following attributes: Employee ID of type String, First name of type String, Last name of type String

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd