Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 536 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 536 Bytes

Decimal/Binary/Hexadecimal Calculator

Basic calculator application for converting between decimal, binary, and hexadecimal.

Supports padding for binary/hexadecimal numbers. Auto-Clear automatically clears the main number field when you click to start typing in it. Built with JavaFX & IntelliJ.

![DBH Calculator] (https://github.com/rgmckinney/DBH-Calculator/blob/master/img/dbh_calculator.png)

To Run

Download the JAR (DBH Calculator.jar) and double-click the file with a Java Runtime Environment installed on your machine.