https://github.com/aadewunmi/shopping_list_program
A Java Swing GUI based shopping list program
https://github.com/aadewunmi/shopping_list_program
arraylist java-8 swing-gui
Last synced: about 1 month ago
JSON representation
A Java Swing GUI based shopping list program
- Host: GitHub
- URL: https://github.com/aadewunmi/shopping_list_program
- Owner: AAdewunmi
- Created: 2021-01-17T13:44:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T14:14:41.000Z (over 4 years ago)
- Last Synced: 2025-01-25T06:11:34.479Z (3 months ago)
- Topics: arraylist, java-8, swing-gui
- Language: Java
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping List Program
This is a Java application, designed to take shopping items as input
and display a shopping list as output. Included in the repository is a test class
and a Java Swing GUI class.## Installation:
Download or clone the repository on your local machine.
```sh
$ git clone https://github.com/AAdewunmi/Shopping_List_Program.git
$ cd Shopping_List_Program
```
## Console output### Test class output

### Shopping List Program GUI

### Shopping List Program Instructions:
1. Add items to list [Add To List]
1. Print to console all items in list [Print List]
1. Return a specific item based on its index [Show List]
1. If you enter an index out of range, program returns an error message "Invalid Number"
1. Exit shopping list program [Exit Program]### Shopping List Program output
