Objectives- develop a java gui application using layout


COIT11134 Object Oriented Programming

Objectives

• Develop a Java GUI application using layout managers
• Develop an application that uses two or more classes
• Read and/or write from/to text files
• Use search algorithms and/or sort algorithms
• Use ArrayList or LinkedList or any other data structure

AssignmentTaskspecification

CQPC has decided to increase the charges for General pest control, Termite Inspection and Termite control fill jobs by charging additional charges depending on the number of rooms and halls in the customer's premises. The following table provides the details relating to the additional charges:

In order to include these additional charges in the Java GUIapplication, you may needto do any or all of the following:

• develop additional Java classes
• extend the existing Java classes that you have developed for your assignment
• implement newly created interface(s)

CQPCalso wants to view the income generated by different contractors. Hence, you need to store the details of all the contract works performed in a file and also to provide appropriate searchingfacilities to display the details of contract work(s)that have beenperformed by the selected (searched) contractor. You can assume that CQPC gives contract works only to three or four pre-listed contractors whose details are already available (names of the contractors are left to your choice).

Hence the software application that you will develop in assignment should perform the following:

1. When the application is started,it should read all the completed contract works' details from the existing text file ("pest.txt") and display the latest-completed-contract work.

2. The application should provide necessary controls to search and display the details of contract worksperformedby a given/selected contractor (details to be obtained/selected from/by the user). If the search criterion is not met then an appropriate message has to be displayed.

3. The application should provide appropriate controls on the screen to obtain the data for a new contract work; perform error checking and display the details of new contract work. You are allowed to copy the relevant codes from your assignment 1 and use them for this purpose.

4. The application should have the facility to append/save the details of newly performed contract work in the same text file ("pest.text").

Attachment:- Assignment.rar

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Objectives- develop a java gui application using layout
Reference No:- TGS01395891

Expected delivery within 24 Hours