by Chase Preuninger <chasepreuninger@[EMAIL PROTECTED]
>
Apr 13, 2008 at 08:03 AM
You should first of all use JDialog, that would fix the problem. But
however if you are hell bent on using JFrame just use the
f.setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE) method.