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

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.

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