59606162636465666768
return this; } @Override public HasManageUserPanel addUser(Person person) { UserPanel userPanel = new UserPanel(person.getName(), person.getAvatarUrl()); userListPanel.add(userPanel); return userPanel; }