[Solved]Java Programming Develop Java Windowbuilder Application Following Specifications Applicati Q37039308
JAVA programming:
Develop a Java WindowBuilder application with the followingspecifications.
The application will be used to convert from US/British (FPS)measurements to Metric measurements.
* The application will convert the following measurements:Miles-Km, Lbs/Kg, Ft/Meters, In/Cm and Deg Celcius/DegFarenheight.
* Conversion can be done in both directions (FPS to Metric andMetric to FPS).
* Provide two TextBoxes, one for the FPS value and One for theMetric value.
* Depending on which one of the Textboxes the user enters thevalue in, the type of conversion should be determined. E.g. ifMiles are entered, conversion will be done to Km and displayed inthe Metric box and vice versa. * You need five Buttons:
1) Miles-Km,
2)Lbs/Kg,
3)Ft/Meters,
4)In/Cm and
5)Deg Celcius/Deg Farenheight.
When the user enters a value in one of the TextBoxes and clicksone of the 5 buttons, the corresponding conversion should be doneand displayed on the OTHER TextBox.
Please note that for C/F degree conversion negative numbers areallowed. All other conversions are done only using positivenumbers.
Expert Answer
Answer to JAVA programming: Develop a Java WindowBuilder application with the following specifications. The application will be us… . . .
OR

