A simple and elegant desktop application built in Java Swing that allows users to convert temperatures between Celsius, Fahrenheit, and Kelvin. Designed with a clean, centered layout and responsive components, this app is perfect for learning GUI development or performing quick conversions.
- ๐ Convert between Celsius, Fahrenheit, and Kelvin
- ๐งฎ Real-time conversion with precision formatting
- ๐งน Reset button to clear inputs and selections
- โ Exit button to close the application gracefully
- ๐ฏ Centered layout using
GridBagLayoutfor professional UI - ๐ Scaled components to fill ~60% of the window for readability
The interface includes:
- Temperature input field
- Two dropdowns for selecting units (From and To)
- "Convert", "Reset", and "Exit" buttons
- A result label to display the converted value
- Java JDK 8 or higher
- IntelliJ IDEA or any Java IDE
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/temperature-converter-gui.git