chat app - java this is a new chat app project - with client and server - sides. this contain a menu of options: chat menu: get users online send group message send private message disconnect we have 3 clases: server client socketHandler pictures - are in screens folder. lets review them: signUp new user: signUp second-user: 3.user Has Join: 4.users-list: 5.send-BroadCast-message: 6.recive-BroadCast-message: 7.send-Privete-message: 8.recive-Privete-message: 9.disconnecting: 10.login-attempt: