Replace the menu with a graphical interface rendered

Assignment Help Programming Languages
Reference no: EM133119508

CN5004 Advanced Programming - University of East London

Assignment - Individual Application

Part 1

There are 10 different tasks described on pages 8 and 9. You must complete one of these tasks only. The task you should complete is the one that corresponds to the final digit of your student number.

The task that you have to complete has been described in broad terms only. You are free to decide upon the precise specification of the system that you produce. You should give due consideration to the actual functions that your system is to perform, and pay attention to its ease of use for a non-technical user. The assignment provides enough flexibility for you to add to the basic specification and introduce additional complexity.

Requirements

1. The system should be comprised of at least two classes together with a controlling class which provides a menu driven program. Part 1 is to be text-based and not graphics based.

You should carefully study chapters 11 and 12 of the text book to get an idea of how to go about developing your application.

As an example, consider a system that manages centres which test members of the public to see if they have a virus. A very simple structure for such a system might look like the one shown below:

2. The system must be capable of keeping permanent records. For this purpose you MUST use the file-handling techniques that you have learnt in this module. Any other methods of storage, such as linking the program to an external database, will not be accepted.

Deliverables

1. All the source code required for your program. This is to be submitted as separate files, each with a .java extension (source code). No other file types must be submitted.

The file that contains the main method should be named in such a way as to make this clear - for example Mainmenu.java, or Mainprog.java.

2. A description (two to three sides of A4), describing the system that you have implemented. This files should be in Word or PDF format, and should include:

• a concise set of user instructions for the application (which should serve as a guide to the person who marks your work);
• an explanation of the various functions that your system is able to perform;
• an explanation of how you solved any particular problems by devising appropriate algorithms.

Part 2

Part 2 of the assignment requires you to replace the menu with a graphical interface rendered using JavaFX. Chapter 12 of the text book will help you to develop your program.

Please note - the graphical interface will replace the menu system. This is the only class that you must submit. It must therefore simply replace the menu and connect to the set of classes that you submitted in part 1. Do not re-submit the original classes. The graphical interface will be used with the classes that you originally submitted in part 1.

A very simple example of a graphical interface for the Virus Testing System above could look like this:

Deliverables
1. A single .java file which is the graphical interface. It must work in conjunction with the classes that you submitted in part 1, and will replace the menu file. No additional source code files will be accepted.

2. The following table, duly completed, to show how each of the features listed has been utilised in your assignments

3. Any image files that form part of the application (optional).

The tasks

Task 1:
Implement a system suitable for use by a cleaning company. The company will employ a number of cleaners who will be assigned jobs at different locations. The system must be able to provide a series of reports, for example listing the employees and their details, and of assigning jobs to individual cleaners. It should be possible to display a list of jobs currently assigned to each cleaner.

Task 2:
Implement a system that keeps details of a company's employees, and records their monthly wage payments and deductions for tax and national insurance. The system must be able to provide a series of reports, for example displaying pay slips for individual employees, including net pay and gross pay.

Task 3:
Implement a system suitable for use in a doctors' surgery. The system should keep records of doctors at the practice, and of registered patients. The system must be able to provide a series of reports, for example keeping track of appointments and recording the diagnosis and treatment resulting from each appointment.

Task 4:
Implement a system for use by a car hire company. The system must be able to keep records of cars in the fleet and to book a car to a particular customer with the dates of the booking. The system must be able to provide a series of reports, for example being able to report the details of each vehicle including its booking dates, being able to report on the current the status of any vehicle (whether it is currently at the depot, or alternatively to whom it is booked and its return date).

Task 5:
Implement a system that a company would use for recording purchases of items. The system must be capable of recording details of suppliers, and orders sent to suppliers requesting goods. The system must be able to provide a series of reports, for example details of when goods are received and details of payments made.

Task 6:
Implement a system that keeps track of students at a university. The system should keep personal details, the modules the students are studying and the marks achieved in each module. The system must be able to provide a series of reports, for example displaying the students' details and their marks, calculating the average mark, and displaying their result (pass, fail, distinction for example) based on a particular formula.

Task 7:

Implement a car-parking system that records which cars are currently parked in the car park. Only registered cars must be allowed to enter the car park, so the system must be able to keep a list of authorized vehicles (and names of owners) as well as those actually parked at a particular time. The system must be able to provide a series of reports, for example indicating whether or not the car park is full, displaying lists of registered vehicles and those parked.

Task 8:
Implement a system that is suitable for use by a job agency. The system should keep records of jobs available, together with the skills required for the job. It should also keep records of job seekers and they skills that they can offer. The system must be able to provide a series of reports, for example matching jobs with job-seekers.

*Task 9:
Implement an application that deals with a football league (or any other sport of your choice - it could even be a quiz night). The program should be able to record details of the teams, including information about results of games played - it could use a simple points system, with points being recorded for a particular team after a game. The system must be able to provide a series of reports, for example producing a table to show the order of the teams.

Task 10:
Implement a system that records calls for the three emergency services (fire, police, ambulance). The system should be able to record the details of the caller and a brief description of the emergency, and which of the services is required (it could be more than one). The system must be able to provide a series of reports, for example producing an ordered list for each service. Emergencies should be able to be removed from the list when dealt with.

Note: Need Task 9 only

Attachment:- Advanced Programming.rar

 

Reference no: EM133119508

Questions Cloud

Different psychological theories : We have been looking at different psychological theories and the way we can use them to better examine social media.
Prepare the long-term investments : Land (held for investment) $39,000, and Notes Receivable (long-term) $42,000. Prepare the long-term investments section of the balance sheet
Immediate professional development : Explain how you will provide immediate professional development to teachers who must implement this program.
Prepare the property, plant, and equipment section : Accumulated Depreciation-Buildings $45,000, Land $71,000, and Timberland $70,000. Prepare the property, plant, and equipment section of the balance sheet
Replace the menu with a graphical interface rendered : Replace the menu with a graphical interface rendered using JavaFX. Chapter 12 of the text book will help you to develop your program
School Choice-Heading to Hawai : Imagine that you and your family have just moved to the Hawaiian Islands as you have accepted a new job as Director of Technology for a business there.
What is the point of indifference : What is the point of indifference; i.e. at what unit-volume level of sales will the profit/loss on product No. PX45 equal the profit/loss on product No. NX10
Clinical Field Experience C-Learning Environments : How does the leader promote an inclusive environment for students of all abilities? What type of services do you provide on your campus?
Implement an application that deals with a football league : Implement an application that deals with a football league - The program should be able to record details of the teams, including information about results

Reviews

Write a Review

Programming Languages Questions & Answers

  Parallel implementations assignment

Comparative overview of the languages highlighting applicability based on your experience in the design - implement or incorporate additional language

  Why do we have both debug and release builds

When two or more functions have the same name, how does the compiler determine which one to use for a particular function call?

  Explain usability and accessibility in site design

A description of content to be included in site and how this content will be acquired. Attention should be given to copyright restrictions.

  Examine the merits and demerits of using mobile computing

question 1 compare and contrast monitoring of patient vital signs using mobile computing technology to in-patient

  User-s ability to navigate the web site correctly

This can paralyze a user's ability to navigate the Web site correctly. Examples include opening new browser windows or using meta-refresh to force a page.

  Write pseudocode for the function of nonplayercharacter

Identify two additional classes needed for a more detailed class model. Their names should be descriptive enough to indicate their overall responsibilities.

  CS405 Secure Coding Assignment

CS405 Secure Coding Assignment Help and Solution, Southern New Hampshire University - Assessment Writing Service - Provide a summary of the debugging process

  Possible denominations of coins using greedy algorithm

Use the greedy algorithm to make change using quarters, dimes, and pennies (but no nickels) for each of the amounts given in Exercise.

  Direction and magnitude be integers or doubles

Design the program consider Will the direction and magnitude be integers or doubles - will the input vectors be passed by value, by reference, or by const reference?

  Design and implement a CashRegister class

Design and implement a CashRegister class that scans the product prices, counts the number of items and shows the total purchase

  Define a virtual terminal emulation window

NETW240: Managing User and Group Accounts, Using the mouse, click on the Fedora icon. Select ‘System Tools' and then select ‘Terminal'. A virtual terminal emulation window will appear. The window will provide access to the shell command-line prompt..

  Write program which uses while loops to input two integers

Write the program which uses while loops to perform the following steps: prompt the user to input two integers: firstNum and secondNum.(firstNum must be less than secondNum.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd