Write a temperature conversion application that converts from Fahrenheit to Celsius. The Fahrenheit temperature should be entered from the keyboard (via JTextField). A JLabel should be used to display the converted temperature. Use the following formula for the conversion: Celsius =5/9(Fahrenheit-32)