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.
- Host: GitHub
- URL: https://github.com/smahesh29/temperature-converter
- Owner: smahesh29
- Created: 2019-06-01T18:37:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T18:46:54.000Z (about 7 years ago)
- Last Synced: 2025-01-06T05:28:01.576Z (over 1 year ago)
- Topics: celsius, fahrenheit, java, java-swing, kelvin, rankine, reaumur, swing, swing-gui, temperature, temperature-converter
- Language: Java
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.