chi-chih Lin - 2003-11-21

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