Looks like it is because quitMenuItem does not have any
actionListener attach to it.
Right now it seems all windows (Friendo, Parties, Friends)
share same File menu (new, save, quit), it could be a problem
for proper action to occur while these menuItem were clicked
from one of the 3 Windows.
just some observation from java new comer, I could be wrong
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=909665
Looks like it is because quitMenuItem does not have any
actionListener attach to it.
Right now it seems all windows (Friendo, Parties, Friends)
share same File menu (new, save, quit), it could be a problem
for proper action to occur while these menuItem were clicked
from one of the 3 Windows.
just some observation from java new comer, I could be wrong