Consider the following GUI screen: When user selects a person from PersonListView, EditPersonView should show person’s first name and last name and allow the user edit. So, I end up with the following UML class Diagram where each Java package represents the layer of the class. My question is in SelectedPerson and if this isRead more