Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Java 2 Final Project A young entrepreneur has decided to start an online exotic car sales company named Exotic Moves and he's contacted you to

Java 2

Final Project

A young entrepreneur has decided to start an online exotic car sales company named Exotic Moves and he's contacted you to build the company's website.You have been given the following requirements and will need to create a prototype with JavaFX:

1.The company sells 5 brands of exotic cars (Aston Martin, Ferrari, Lamborghini, McLaren, and Maserati).

2.The website should allow a user to see the total inventory of cars or filter their view based on certain criteria.

3.The website must allow the user to filter cars by brand, color, prince range, or whether the car is convertible or not.The filters should work together (i.e. a user should be able to view all blue convertibles or all white Ferraris).

4.A user should be allowed to click on an image and view details about a specific car.Clicking on a car image should allow the user to see a larger view of the image along with details about the car.

5.Each car should display the following details:

Brand

Price

Color

Convertible (yes or no)

Number of cylinders

Time it takes to go from zero to 60 MPH

6.Along with the details, a user should be given the option to purchase (via a button) an individual car once an image of the car is clicked.

7.If a user chooses to purchase a car, the website should show a form asking for the user's first and last name, credit number, credit card expiration date, and credit card 3 digit code.Once the information is entered, the website should display a receipt.

Additional InformationUI

Your controls should enforce data validation.First and last names can only consist of letters A-Z.Credit card numbers should only consist of numbers and must be exactly 16 digits.The credit card date field must allow only dates.The credit card 3 digit code must allow only 3 numbers.

Your application window should be large enough to comfortably house all controls.Image size must be uniform across the board.There should be 2 viewing sizes - one for viewing as a collection and one for viewing individual images.When implementing the filtering feature, your app should present options to the user (for example, a combo box, a list, or a checkbox, control).

Follow good UI design practices.Your presentation should look and feel professional.Pay attention to spacing between controls.

Object Orientation

Your program should showcase your knowledge of polymorphism, inheritance, and encapsulation.Use accessor/mutator methods.Demonstrate a knowledge of either abstract classes or interfaces as a super class(es).

Specifications

Along with the zip file of car images, use the following specifications when designing your program:

Colors Offered:black, blue, green, orange, red, white, yellow

Price by brand:Ferrari-$200K, Maserati- $100K, Aston Martin $120K, McLaren- $265K, Lamborghini- $400K

0-60 Performance:McLaren-2.5 secs, Lamborghini-2.5 secs, Ferrari-2.7 secs, Aston Martin-3.6 secs, Maserati-3.8 secs

Grading:

50% - All requirements are fulfilled and program functions correctly

25% - Proper object-oriented design and modularity

15% - Proper UI design, style, and creativity

10% - Proper coding technique (commenting, formatting)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions