Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xotlr/cs-tempconverter
This is a Java application that converts temperatures between different units.
https://github.com/xotlr/cs-tempconverter
java java-application temperature temperature-converter
Last synced: 15 days ago
JSON representation
This is a Java application that converts temperatures between different units.
- Host: GitHub
- URL: https://github.com/xotlr/cs-tempconverter
- Owner: xotlr
- Created: 2024-02-27T10:33:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-27T15:13:11.000Z (11 months ago)
- Last Synced: 2024-11-06T03:10:44.615Z (2 months ago)
- Topics: java, java-application, temperature, temperature-converter
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Temperature Converter
This is a Java application that converts temperatures between different units.
## Project Structure
- `src/conversion/TemperatureConverterGUI.java` - This is the main class that handles the temperature conversion logic and the GUI.
- `manifest.mf`
- `build.xml`## Building the Project
This project uses Ant for building. To build the project, navigate to the project's root directory and run the following command:
```sh
ant