You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FrameModel should not be initialized for every View. In the whole project, there should only be one JFrame which use CardLayout so all the views stored in the main panel of JFrame. Thus, FrameModel should not be implemented in any Views.