Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Future Value OBJECTIVE: The objective of the assignment is to write a GUI app with JavaFX using many Java classes to create GUI objects. INSTRUCTIONS:

Future Value

OBJECTIVE:

The objective of the assignment is to write a GUI app with JavaFX using many Java classes to create GUI objects.

INSTRUCTIONS:

Create a GUI (Graphical User Interface) application that calculates the future value of an investment. Write an application that gets as input the following:

Investment Amount

Annual Interest Rate

Number of Years

Use this formula, to calculate the Future Value:

Future Value = Investment Amount * (1 + Monthly Interest Rate)Number of Years * 12

For example: If the Investment Amount is $1000.00 with an Annual Interest Rate of 3.25 and 1 Year, then the Future Value would be $1032.98.

GUI:

The Future Value would be displayed in the window along with the input fields. Here is a sample of what the window might look like. This is just an example so you should feel free to make your own window design.

Future Value -- X

-

Investment Amount

Annual Interest Rate

Number of Years

Future Value

REQUIREMENTS:

Both the input and output must be done with a GUI.

Name the application Investment.java.

Submit application through the assignment tool in Canvas.

Make use of fonts and colors where needed.

A layout must be used. You can choose the one that best suits your design.

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

Relational Database And SQL

Authors: Lucy Scott

3rd Edition

1087899699, 978-1087899695

More Books

Students also viewed these Databases questions

Question

code class = "asciimath" > what adds to 1 0 and multiplies to - 3 0

Answered: 1 week ago

Question

Identify and explain different types of research methodology?

Answered: 1 week ago

Question

2. Compare the sales and service departments at Auto World.

Answered: 1 week ago