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.
JList
->JScrollPane
->JPanel
. – Overweight..with user inputted data
, are you look for editable JList contents ??? – Rotary