An open API service indexing awesome lists of open source software.

https://github.com/smahesh29/temperature-converter

It is a Temperature Converter using java swing. It includes the following units : Celsius, Fahrenheit, Kelvin, Rankine, Reaumur.
https://github.com/smahesh29/temperature-converter

celsius fahrenheit java java-swing kelvin rankine reaumur swing swing-gui temperature temperature-converter

Last synced: over 1 year ago
JSON representation

It is a Temperature Converter using java swing. It includes the following units : Celsius, Fahrenheit, Kelvin, Rankine, Reaumur.

Awesome Lists containing this project

README

          

# Temperature-Converter
It is a Temperature Converter using java swing. It includes the following units : Celsius, Fahrenheit, Kelvin, Rankine, Reaumur.

Compilling and running the program :

1. Open a command prompt window and go to the directory where you saved the java program.

2. Type 'javac TC.java' and press enter to compile your code. If there are no errors in your code, the command prompt will take you to the next line (Assumption: The path variable is set).

3. Now, type ' java TC ' to run your program.