/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.

Primary LanguageJava

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