This JavaFX application calculates the resistance of a resistor based on user input.
- Comboboxes for resistance and tolerance
- Calculation of the resistor's resistance
- Display of the calculated resistance and resitor color scheme
- Set the resistance, tolerance and multiplier values in ohms in the comboboxes.
- Set units.
- Click the "Calculate" button.
- The calculated resistance will be displayed.
To run the application, make sure you have Java and JavaFX installed on your machine. Clone the repository and run the main class.
git clone https://github.com/adamhitzger/JavaFX-Resistor-Calculator.git cd resistor-calculator javac ResistorCalculatorApp.java java ResistorCalculatorApp