
I need help to write a GUI program to calculate the temperature. and here is the format Application that converts temperature between 3 different scales: Fahrenheit, Celsius and Kelvin. ΓΆβ?¬ΒΆ The application should allow the user to make conversions between any two scales. ΓΆβ?¬ΒΆ The input temperature should be entered from the keyboard (via a JTextField). ΓΆβ?¬ΒΆ A JLabel should be used to display the converted temperature. ΓΆβ?¬ΒΆ Use the following formulae for the conversion: Kelvin = Celsius + 273.15 Hints: ΓΆβ?¬ΒΆ To convert from Fahrenheit to Kelvin, first convert from Fahrenheit to Celsius, then convert from Celsius to Kelvin. ΓΆβ?¬ΒΆ First set up the layout with no functionality (i.e., just the look and feel of the application.) ΓΆβ?¬ΒΆ Next add functionality to the application: Add listeners to all the tool components and a mouse listener for the window. ΓΆβ?¬ΒΆ Your application should use JPanels to arrange the GUI components.

Hi Friend,
Please visit the following link:
Hope that it will be helpful for you.
Thanks