Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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