The conversion application Project helps you to convert currencies like Rupee to Dollar, Rupee to Pounds vice versa, and hours to minutes & seconds, kilometer to meter, and feet to inches.
CURRENT, TIME, LENGTH CONVERTER USING JAVA
#This is an interesting java project based on various conversions like currency, time, and length with accurate results. It is useful in all places.
#Project, conversion factors, and the rate are used for accurate conversions.
The following steps are included
Step 1: When the user runs the project home window will appear with options like currency converter, time, and length converter .one can choose any converter from them.
Step 2: When the user selects convertor it will get redirected to that specific converter page.
Step 3: The system will ask for amounts or values that need to be converted in another format.
Step 4: Projects gives you the facility that if one will enter the amount in the non-acceptable format it will notify you to correct it. It is all done with validations and exception handling.
Step 5: After providing correct input when the user will click on the required conversion, the accurate results will appear on the window.
So this is a simple and useful java project made with swing and event handling.
Submitted by Sammed Shantinath Kage (sammedkage32235)
Download packets of source code on Coders Packet
Comments