This Java Swing application provides a user-friendly GUI for converting units between different measurements. Users can easily perform conversions for volume measurements, including:
- Gallon to Liter
- Liter to Gallon
- Gallon to Fluid Ounce (Fl oz)
- Fluid Ounce (Fl oz) to Gallon
- Enter the value you want to convert in the "Entry" field.
- Select the desired conversion type using the radio buttons.
- Click the "Convert" button to see the result in the "Result" field.
To run the application locally, you will need Java installed on your system.
- Clone this repository to your local machine.
- Open the project in your favorite Java IDE (e.g., Eclipse, IntelliJ).
- Run the
UnitsConverter
class.