/CurConverter-java-Swing

This was our college project using java to convert USD to INR and INR to USD using GUI

Primary LanguageJava

This the program for currency converter using JAVA Swing It is used to convert USD to INR and INR to USD using GUI

THIS GUI was created using java swing Function


import javax.swing.*;
import java.awt.event.*;

Sample code in file :

image

It starts with a class called cure so we should name this file as

cure.java 

This was Done By

R.Chandrakumar && V.Harivaradhan

Run the given Program using VScode using run without debugging

image

or

Run the program using cmd using the command

javac cure.java 
java cure.class

Output :

image