How to move an item from a list / array list into another list / array list?
-  Add a song to a music library from a text field 
ArrayList .- Choose songs in the list box and add them to the playlist list and pick them out from the playlist.
 - Sort the songs in the playlist.
 I finally found out how to add items to the array list and display them in the list. Now I need to know how to choose them and take them to another list / array button.
Any thoughts?
 
No comments:
Post a Comment