Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help me with this Netbeans project I provided an image on what it's suppose to look like on Scene Builder, I am very much

Please help me with this Netbeans project I provided an image on what it's suppose to look like on Scene Builder, I am very much struggling with this assignment and I need to submit it pronto.
The Project Description:
Copy the JavaFX template project into a new project called ProjectWeek13 and
refractor-rename the main class Conversions (so the main class is called
Conversions not JavaFXTemplate or ProjectWeek13).
Create a JavaFX interface that converts distances from US measurements (4
different fields for miles, yards, feet, and inches with 4 buttons) to metric (at least
2 different conversion values in separate, labeled fields). Below that in the same
form converts weights (tons, pounds, ounces) from US weights to metric (at least
two different values). Finally, create a section of the form to convert volumes from
US volumes (gallons, cups, tablespoons, and teaspoons) to metric (two values).
Allow the user to enter decimal amounts of each value to be converted.
BONUS:
Allow the user to select the type of measure with a radio button for each section to
match what is in the parenthesis rather than separate input fields and buttons for
each type of measurement (distance, weights, and volume).
Solution Discussion and Example:
You are being asked to create a complete application from scratch. There is no
assignment to copy and modify. Below is a sample of the screen from a previous
class submission (showing the Bonus). In the example, the user types in the value
of a US measure in one of the 3 left fields, selects the measurement type with the
radio button, and then clicks the Convert button which will populate the two fields
on the right. This example shows the 3 sections of what was asked for in the
assignment description. If you did not use radio buttons implementing the Bonus,
each of the 3 or 4 measurement values in each section would be buttons without
the separate Convert button. Each of the buttons would take the field on the left,
treat it as the US measurement indicated on the button text (similar to the radio
button text) and would perform the conversion to the two metric values for each
group on the right.

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

Pro SQL Server Administration

Authors: Peter Carter

1st Edition

1484207106, 9781484207109

More Books

Students also viewed these Databases questions