Skip to content

A Java GUI application using Swing to build a units converter.

Notifications You must be signed in to change notification settings

yutongxie58/java-swing-units-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Java Swing Unit Converter

Overview

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

Usage

  1. Enter the value you want to convert in the "Entry" field.
  2. Select the desired conversion type using the radio buttons.
  3. Click the "Convert" button to see the result in the "Result" field.

Screenshots

Screenshot-1.png

Screenshot-2.png

Getting Started

To run the application locally, you will need Java installed on your system.

  1. Clone this repository to your local machine.
  2. Open the project in your favorite Java IDE (e.g., Eclipse, IntelliJ).
  3. Run the UnitsConverter class.

About

A Java GUI application using Swing to build a units converter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages