Does anyone have any good tutorials on how to populate a JList
(inside JPanel
) with user input. In particular, I want to add people to the selected list. Is it a matter of filling it with an ArrayList
?
Any help would be greatly appreciated.
source share