Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.11 KB

File metadata and controls

34 lines (22 loc) · 1.11 KB

Simple POS System using Java Swing and MySQL in Netbeans

Introduction

This is a simple POS System program in Java using Swing Library for GUI and it also have a MySQL Database Connection for Data Storing/Handling. This System have a CRUD operation feature for Data Management in Database.

ScreenShots:

Home Frame: image

Adding a Product Frame: image

Order Frame: image

Pay Order Frame: image

Video Demo:

You can watch the actual video demonstration in the link below:

https://fb.watch/tqU74D4oel/

How to use:

You can clone this repository by using the following command:

git clone https://github.com/RomeloDev/Simple-Java-Swing-POS-System-MySQL-CRUD.git