/userReg

CAT2 Y2S1 OOP JAVA

Primary LanguageJava

User Registration Panel In Java

Prequisites

  • Java SDK

Instructions

1. Running On a Terminal

  • 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
    

image

  • To view the second panel , run this command

    java RegistrationForm
    

image

2. Using an IDE

  • Open the folder where this repo was cloned with your IDE of choice

  • Run

image

image