Create a temperature conversion GUI application that changes 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 )