ucsb-cs56-projects / cs56-networking-chat

-
1 stars 6 forks source link

Delete user not working (refer to issue #15) #35

Closed winterfreddy closed 7 years ago

winterfreddy commented 8 years ago

Refer to issue #15. As of now, the client can delete the user off the list but the list doesn't update correctly- instead of printing out the names of the updated list, it prints out "contact indexNumber" ex) contact02. This method uses the defaultListModel to use remove and will update the contact list. Make sure that the updated contacts list display names not "contact#" ~100 pts

lynchifer commented 8 years ago

M16 OK

jmangel commented 7 years ago

F16 OK (100 pts)

jmangel commented 7 years ago

Closed with pull request #48