You may work with at most one other person on this assignment. If you do, you will both receive the same grade.
Your lab TA will collect your MineSweeper materials at the start of the lab. During the lab, he will identify 1 or 2 especially outstanding submissions and show them to the class.
The purpose of this in-lab is to give you experience using a provided list Abstract Data Type, namely java.awt.List.
Even though java.awt.List is typically used in the context of a scrolling list of text items, it can be treated as an ADT (an Abstract Data Type) and used to solve other types of problems.
First, add the planets to a java.awt.List in this order: Mercury (first position), Venus (second position), Earth (third position), Mars (fourth position), Jupiter (fifth position), Saturn (sixth position), Uranus (seventh position), Neptune (eighth position), Pluto (ninth position). Second, sort the list. Third, print the list in ascending sorted order. Fourth, print the list in descending sorted order.
Please delete any BlueJ projects that you created and empty the recycle bin. Thank you.