[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DiskBrowser Software - Work In Progress
On Sep 2, 6:05 pm, "Michael J. Mahon" <mjma...@aol.com> wrote:
> aiiad...@gmail.com wrote:
> > On Sep 2, 12:15 pm, "Michael J. Mahon" <mjma...@aol.com> wrote:
> >> Agree on all points--now if it would just terminate. (And, no, it
> >> wasn't doing anything--that *I* asked it to do. ;-)
>
> > It will on my machine if you give it a few minutes
>
> Wow! A few *minutes*?! That's equivalent to not quitting in
> my book!
>
> What takes so long? (Task Manager kills it pretty quickly! ;-)
Yeah, he's ignoring the quit request. There's a bit of trickery you
need to do in Java Swing to catch quit messages. addWindowListener,
public void windowClosing(WindowEvent e), etc. etc. etc.