Skip to content

adamhitzger/JavaFX-Resistor-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

JavaFX-Resistor-Calculator

This JavaFX application calculates the resistance of a resistor based on user input.

Features

  • Comboboxes for resistance and tolerance
  • Calculation of the resistor's resistance
  • Display of the calculated resistance and resitor color scheme

How to Use

  1. Set the resistance, tolerance and multiplier values in ohms in the comboboxes.
  2. Set units.
  3. Click the "Calculate" button.
  4. The calculated resistance will be displayed.

Getting Started

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

JavaFX resistor calculator

About

JavaFX Resistor calculator with resistor's color scheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages