https://github.com/msh-trojan/java_21_amazon_1
A prgram using JFrame graphics in order to manage a book store in the app Amazon so we can add books details (title, author , and price) and display them all along with showing the total price of the books.
https://github.com/msh-trojan/java_21_amazon_1
actionlistener actionperformed amazon-cart decimalformat java jframe jpanel multiple-inheritance
Last synced: 11 months ago
JSON representation
A prgram using JFrame graphics in order to manage a book store in the app Amazon so we can add books details (title, author , and price) and display them all along with showing the total price of the books.
- Host: GitHub
- URL: https://github.com/msh-trojan/java_21_amazon_1
- Owner: MSH-trojan
- Created: 2024-07-30T17:35:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T17:48:10.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T22:01:04.563Z (almost 2 years ago)
- Topics: actionlistener, actionperformed, amazon-cart, decimalformat, java, jframe, jpanel, multiple-inheritance
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Concepts used in this program:
1- Arrays
2- JFrame application
3- implementaions and interface(multiple inheritance)
4- JPanels
5- ActionListener/ActionPerformed
6- Decomal Formatting
7- Different Layouts
8- bubble-sorting
9- inheritance