< Back

Lecture 20 - Java Swing


GUI.java

Activity

Write a Java program which displays a graphical interface for computing the Body Mass Index (BMI) of an individual. You can determine the BMI of an individual by dividiing their weight in Kilograms by the square of their height (in meters).