An open API service indexing awesome lists of open source software.

https://github.com/anujakoralage/javaswinginmemorypos

Thoga Kade POS System
https://github.com/anujakoralage/javaswinginmemorypos

Last synced: 8 months ago
JSON representation

Thoga Kade POS System

Awesome Lists containing this project

README

          

# JavaSwingInMemoryPOS
---
My first Java Swing project for wholesale market

## Getting Startd
---
Clone the project and open with Netbeans IDE

### Prerequisites

*[NetBeans IDE](https://netbeans.org/downloads/8.0.2/)

*[JavSE Development Kit](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)

#### Coding style test

public void updateDB(Customer c, String name, String address, String id) {
c.setAddress(address);
c.setId(id);
c.setName(name);
}

### Built With
*[NetBeans IDE](https://netbeans.org/downloads/8.0.2/)

*Java Swing

### Authors
*[AnujaKoralage](https://github.com/AnujaKoralage)