posted 14 years ago
I have an e-commerce application interface, where I have checkboxes for each item, a "Add selected to Cart" button and in addition, an "Add to Cart" button for each item.
I would have to implement a number of listeners in order to add items to the cart. Can anyone give me ideas about how to get started with this?
Also, everytime I need to add an item to the cart, I want to make a separate JPanel for that item within an outer JPanel. Therefore, I am to add this sub JPanel for display everytime the user chooses to add an item.
Any help would be appreciated!
Thanks!