Distance Conversion GUI Program Write a JAVA FX GUI program thatasks the user to enter a distance in miles inside a Text Box. Thetitle of the GUI should be Miles Converter. The GUI will thenpresent the following two buttons: Convert Quit Convert buttonif clicked should: o Convert to kilometers o Convert to inches oConvert to feet o And display all three results on the GUI. Quitbutton if clicked should: o Close the GUI The program will convertthe distance to kilometers, inches, and feet rounded to twodecimals. Here are the specific formulae: • Convert the miles tokilometers using the
OR
OR