Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 455 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 455 Bytes

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:

ant