Accusamus2065 / Easy-Healthcare

MIT License
0 stars 2 forks source link

ListOfPatientsView needs to be changed to use the same window instead of opening a new one #45

Closed taml5 closed 1 year ago

taml5 commented 1 year ago

Currently, ListOfPatientsView opens a new window when it is called. This should be changed so that the view is swapped within the same window, by removing the frame instance attribute and making ListOfPatientsView extend JPanel.