				Title ->		Virtual-ATM Machine
About ->

	* A project completely nprogrammed in java . 
	* A  Virtual ATM Machine which has about all the functionalities of the Real ATM .
	* The project contains the front page in which new user can register and the old one can login through their credentials .
	* One more functionality is added in the ATM is that user can register themselves bgy enetering their credentials .
	* Functionalities like quick cash , Cash withdrawl , Change pin etc is provided to the user .

Programming Language Used ->
	* Programming language used while making the project is java .



Library Used ->
	* Major library used is java awt and java swing .
	


Steps to use it ->
	* Save all the files in a folder 
	* The main class in Virtual_ATM.java run it either through command prompt or through any IDE(like eclipse , IntellijIdea etc).
	* For executing through command prompt 
			--> Navigate the folder in which Virtual_ATM.java is present .
			--> run javac Virtual_ATM.java(will compile the file)
			--> run java Virtual_ATM  (Will open the GUI of the front page )
	* For executing through any java IDE 
		--> Save all files in a new project name as you wish .
		--> Now runn the project by clicking the run button .
		--> GUI based front page will be appered .
		--> Perform some operations to check it .

Future Scope for developers/Students 
	--> Any developer/Student can use it as intermediate level project in java .
	--> If any developer/student wants to explore it or wants to make a major project using it 
	    he/she can add functionalities like backened database connection and with many more operations .
  