Discuss the below:
Q: Create a temperature-conversion GUI application that converts from Fahrenheit to Celsius. The Fahrenheit temperature should be entered from the keyboard (via a JTextField) and Enter pressed. Then, A MessageDialog should be used to display the converted temperature. Use the following formula for the conversion:
Celsius = ( 5 / 9 ) × ( Fahrenheit - 32 )