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.
- Host: GitHub
- URL: https://github.com/apostolos172/converter
- Owner: Apostolos172
- Created: 2022-07-16T12:29:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T18:28:42.000Z (over 3 years ago)
- Last Synced: 2025-01-22T19:46:22.652Z (over 1 year ago)
- Topics: event-driven-architecture, java, java-se, java-swing, units-converter, units-of-measurement
- Language: Java
- Homepage: https://Apostolos172.github.io/converter/
- Size: 2.34 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## You can see some of the convertions' s screens below
### Screen for converting length units

### Screen for converting mass units

### Screen for converting units used in the speed of airplanes

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

## 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