The below words are my personal opion :
I guess that when a frame is closed, it does not means the application should be ternimated. It might
be the case that the frrame is just disposed, some other resource should be released, for example,
graphics context should be disposed. Although the frame is closed, the application or applet does still
work there.
Of course, we can ternimate the application when the frame is closed. This should depends on the real
situation.
good luck,
Alfred Wu