So i am creating a "music library", basically you add "your song" to the first list and then move the song you want to the other list, being the playlist. In the playlist i would like to be able to randomize it since i already have a button for sorting it.
I should add that i am using, DefaultListModel model1 = new DefaultListModel(); in the coding. I'm sorry if i am not very good at explaining myself, i dont really know how to describe it.//