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

https://github.com/apostolos172/converter

A calculator for converting different units of measurement, like units of measurement of the length, the volume, the surface and the mass.
https://github.com/apostolos172/converter

event-driven-architecture java java-se java-swing units-converter units-of-measurement

Last synced: 5 months ago
JSON representation

A calculator for converting different units of measurement, like units of measurement of the length, the volume, the surface and the mass.

Awesome Lists containing this project

README

          

# Converter
A calculator for converting different units of measurement

After you click on a button of the main screen, another screen for the specific unit of measurement will be shown.

![main window](https://github.com/Apostolos172/converter/blob/master/screenshots/main_window.png?raw=true)

## You can see some of the convertions' s screens below
### Screen for converting length units
![length window](https://github.com/Apostolos172/converter/blob/master/screenshots/length_window.png?raw=true)

### Screen for converting mass units
![mass window](https://github.com/Apostolos172/converter/blob/master/screenshots/mass.png?raw=true)

### Screen for converting units used in the speed of airplanes
![mach window](https://github.com/Apostolos172/converter/blob/master/screenshots/%CE%BC%CE%B1%CF%87.png?raw=true)

... And when a functionality is missing an appropriate message will be shown.

![missing window](https://github.com/Apostolos172/converter/blob/master/screenshots/missing.png?raw=true)

## Installing
### Build Instructions

1. Download the project.
2. Import it into Eclipse.
3. Build & Run.

### Pre-Built Instructions

1. Download the latest version archive (.zip) from the releases tab.
2. Extract the folder from the zip.
3. Make sure the .jar executable & images folder are in the same folder.
4. Run the .jar file.

## Built With
* Java - The programming language used.
* Java Swing - The framework used for the GUI.
* [FlatLaf](https://github.com/JFormDesigner/FlatLaf) - The library for custom look and feel of the application