Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 930 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 930 Bytes

WARMINDO INVENTORY APP

How To Run

Run ./build.sh to build the project in terminal. Then run ./run.sh to open the app.

Or

Build

mkdir -p bin
javac -d bin src/model/*.java src/controller/*.java src/view/*.java src/Main.java

Run

java -cp bin Main

Screenshot

image image image image image image image