/illivator

A Small GUI For An Elevator's Functionality Program In Java

Primary LanguageJava

A Small GUI For An Elevator's Functionality Program In Java

Prequisites

  • Java SDK

Instructions

1. Running On a Terminal

  • Clone this repository and cd into it

    git clone https://github.com/whoslucifer/illivator.git && cd illivator
    
  • Run this code to compile all the java classes at once

    javac Main.java MyFrame.java    
    
  • Run Main.class without the .class extension

    java Main
    

Screenshot 2024-11-11 124317

2. Using an IDE

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

  • Open the Main.java file and run

Screenshot 2024-11-11 115359