https://github.com/andreeadraghici/product-list-view
Product List View developed using JavaFX, OOP and css for style
https://github.com/andreeadraghici/product-list-view
Last synced: about 2 months ago
JSON representation
Product List View developed using JavaFX, OOP and css for style
- Host: GitHub
- URL: https://github.com/andreeadraghici/product-list-view
- Owner: AndreeaDraghici
- Created: 2021-09-15T16:36:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T14:43:27.000Z (about 3 years ago)
- Last Synced: 2025-01-21T13:07:00.156Z (3 months ago)
- Language: Java
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product-List-View
Product List View developed using JavaFX, OOP, and CSS for style.
---------------------------This interface provides us with several filters, such as the button to add, delete, save, exit, open and reset the product table.
Also the products can be sorted ascending or descending after each column.
Each content / cell in the table can be modified by clicking on the desired cell, then after changing with the desired data press the enter button to remain saved in the database.

Other products can be added to the database, deleted, modified, saved, a new file can be opened and the database can be reset from the beginning.

At first the data is entered into the database directly from the program, using the get and set properties, then a new product can be added by the user.
After each change made, a message will appear in the console confirming that the desired choice has been made successfully.

