A simple and intuitive Java Swing desktop application that converts weight from kilograms (kg) to pounds (lbs).
- User-friendly graphical interface using Java Swing
- Converts input in kilograms to pounds
- Clear button to reset the input and result
- Exit button to close the application
- Lightweight and fast
✅ 1 kilogram (kg) = 2.20462 pounds (lbs)
- Java JDK 8 or above
- Any IDE that supports Java (Eclipse, IntelliJ, NetBeans, etc.)
-
Clone the repository:
git clone https://github.com/hema-priya-vadivel/WeightConverter.git
-
Open the project in your preferred IDE.
-
Run the main class (usually WeightConverter.java).
-
Enter weight in kilograms and click Convert.
-
Use the Clear button to reset fields or Exit to close the app.
If you don't want to clone the source code:

