when double clicking the name( eg peter), a new window pops up contains all relevent info of the user.
I added a sorter and when sorting the table it comes in the correct-wanted order, however, when double clicking the item - the wrong window pops up.
I take it the DefaultListModel is not synchronized with the tables elements. Q: how to correct the DefaultListModel once the table has been sorted so it will be in sync with the jtable.