Hi all! As promised in class, Quiz #1 is now online. Head over to the "main" course website, and see the latest post under "Assignments."
Regarding today's class, I'd like to hear your thoughts about how the "undo" method should work, and what exactly the HistListOp subclasses should provide in terms of methods to cause the correct behavior for undoing add, get and set operations. This will really test your understanding of what methods are for.
For a bit of related supplemental reading, go into the Java API, and check out the package javax.swing.undo. The obvious question you should be asking as you read about this is, "Could we use this framework instead of 'rolling our own' for HistList?" Can you answer it?
I await your posts on these topics or anything else related to recent class material. Please, no spoilers related to the Quiz.
Regarding today's class, I'd like to hear your thoughts about how the "undo" method should work, and what exactly the HistListOp subclasses should provide in terms of methods to cause the correct behavior for undoing add, get and set operations. This will really test your understanding of what methods are for.
For a bit of related supplemental reading, go into the Java API, and check out the package javax.swing.undo. The obvious question you should be asking as you read about this is, "Could we use this framework instead of 'rolling our own' for HistList?" Can you answer it?
I await your posts on these topics or anything else related to recent class material. Please, no spoilers related to the Quiz.