Create an interface
(Not rated)
(Not rated)
1. Create an interface that allows Alexander and Elizabeth to view the flowers in their pack.
2. On this interface we should have an add button that adds new flowers
3. We should be able to remove flowers by a click of a button (you will also need to select the index of the flower to delete).
4. Your search should act as a filter – so if I search for something partial like the letter ‘r’ in the flower name. It should give me all flowers that contain the letter ‘r’ in their name. You only need to search by name, nothing else.
How this interface looks is COMPLETELY up to you, but it should be intuitive and easy to learn.
12 years ago
Create an interface Complete solution
NOT RATED
Purchase the answer to view it

- flower.java
- flowerpackgui.java