Work Orders Problem Description Wombat Corporation needs a GUI program to keep track of their Work Orders in Order by Priority. The program needs to allow the user to enter a Work Order Description and the Priority of the Work Order.

statistics

Description

Work Orders Problem Description Wombat Corporation needs a GUI program to keep track of their Work Orders in Order by Priority. The program needs to allow the user to enter a Work Order Description and the Priority of the Work Order. The program needs to list the Work Orders in order by Priority. It will also need to allow the top priority Work Order to be removed. Specifications Write a program that will allow users to enter a Work Order Description and the Work Order Priority. This information will be added to a TreeSet defined as: TreeSet work orders = new TreeSet(); The work order class is included at the end of this document. You will need a method that returns the Priority and a method that returns the Description.


Related Questions in statistics category


Disclaimer
The ready solutions purchased from Library are already used solutions. Please do not submit them directly as it may lead to plagiarism. Once paid, the solution file download link will be sent to your provided email. Please either use them for learning purpose or re-write them in your own language. In case if you haven't get the email, do let us know via chat support.