Search:

Type: Posts; User: vluong

Search: Search took 0.31 seconds.

  1. Replies
    5
    Views
    2,591

    Undo Method for Text Editor

    Thanks helloworld922 and Json.

    The reason why I am trying to write an Editor class with ListIterator is because I am trying to implement a text editor program. I have figured it out for the most...
  2. Replies
    5
    Views
    2,591

    Help with ListIterator

    I need to write a method to undo the preceding step. For example: I'll add "Hello" to the LinkedList and then decide to undo it. My idea is to clone the LinkedList and then if the user calls undo,...
Results 1 to 2 of 2