https://github.com/petekgithub/order-app-using-swing-api
Menu application with Swing UI
https://github.com/petekgithub/order-app-using-swing-api
Last synced: 7 months ago
JSON representation
Menu application with Swing UI
- Host: GitHub
- URL: https://github.com/petekgithub/order-app-using-swing-api
- Owner: petekgithub
- Created: 2018-10-28T20:47:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T06:27:06.000Z (almost 7 years ago)
- Last Synced: 2025-01-01T01:45:18.344Z (about 1 year ago)
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant App Using Swing API
A basic order app that calculates sum of order prices.
## What I learned
* Practice on Swing elements and using Chexbox
* An introduction to GUI in Java