Re: awt canvas on a swing form okay?
From: Andrew Hobbs (andrewh1_NoSpam__at_iinet.net.au)
Date: 03/19/04
- Next message: Andrew Hobbs: "Re: awt canvas on a swing form okay?"
- Previous message: Joseph: "Re: awt canvas on a swing form okay?"
- In reply to: Antti S. Brax: "Re: awt canvas on a swing form okay?"
- Next in thread: Antti S. Brax: "Re: awt canvas on a swing form okay?"
- Reply: Antti S. Brax: "Re: awt canvas on a swing form okay?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 19 Mar 2004 19:48:33 +0800
"Antti S. Brax" <asb@iki.fi.NO.SPAM> wrote in message
news:slrnc5ld6b.pkj.asb@kruuna.Helsinki.FI...
> andrewh1_NoSpam_@iinet.net.au wrote in comp.lang.java.gui:
> > Is it actually accomplishing anything when looping infinitely. (Your
code
> > suggests not) If not why keep looping? It is also a great way of
locking
> > yourself out of your own program.
>
> Care to elaborate on the last statement? Locking out how?
>
Well, if as the OP indicates, he expects the program to respond to an event
when it is in an infinite loop he is likely to be left sitting at a
nonresponsive screen, keyboard and mouse. Unless that is he has taken care
to check for events each time around the loop or has a multithreaded
application which will break the loop etc. And the context of the original
post would suggest that s/he doesn't realize the requirements to prevent
this from happening.
Andrew
> --
> Antti S. Brax - asb(at)iki.fi Rullalautailu pitää lapset poissa ladulta
> http://www.iki.fi/asb/ http://www.cs.helsinki.fi/u/abrax/hlb/
> "Disconnect this cable to shorten, re-connect to lengthen."
> -- Instructions on Logitech's USB mouse extension cord.
- Next message: Andrew Hobbs: "Re: awt canvas on a swing form okay?"
- Previous message: Joseph: "Re: awt canvas on a swing form okay?"
- In reply to: Antti S. Brax: "Re: awt canvas on a swing form okay?"
- Next in thread: Antti S. Brax: "Re: awt canvas on a swing form okay?"
- Reply: Antti S. Brax: "Re: awt canvas on a swing form okay?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|