- Java SDK
-
Clone this repository and cd into it
git clone https://github.com/whoslucifer/userReg.git && cd userReg
-
Run this command to compile all the java classes at once
javac Main.java RegistrationForm.java
-
Run Main.class without the .class extension
java Main
-
To view the second panel , run this command
java RegistrationForm
-
Open the folder where this repo was cloned with your IDE of choice
-
Run