Does anyone have any good tutorials on how to fill a JList
(within a JPanel
) with user inputted data. Specifically, I want to add people to a selected roster. Is this a matter of filling it with an ArrayList
?
Any help would be much appreciated.
http://docs.oracle.com/javase/tutorial/uiswing/components/list.html