A simple BMI (Body Mass Index) calculator made using Java and Swing. It allows users to input their weight and height to calculate BMI.
- Simple GUI interface
- BMI formula calculation: weight (kg) / (height (m))²
- Result display with health category (Optional: Underweight, Normal, Overweight, etc.)
- Clone this repo
- Compile:
javac Calculator.java - Run:
java Calculator
This was a beginner project for learning Java GUI with Swing.
