Hi,
How do I prevent a window from closing. I
handled the windowClosing event where I display
a confirmation message to the user. If he/she
clicks no, the window should remain active.
I don't call system.exit(0) when the user
clicks no but the window closes still.

Please reply.

Kannan