Re: a strange problem regarding popup JDialogs/Windows
- From: Roedy Green <look-on@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 29 Aug 2005 22:18:37 GMT
On 29 Aug 2005 09:35:12 -0700, "ChooChooOnMyHead"
<twocentwhoracle@xxxxxxxxx> wrote or quoted :
> is there some common problem with the 2DGraphics in
>Java and drawing small objects that would cause this and I am just
>unaware?
There is the matter of tying up the Swing thread so that nothing else
gets a word in edgewise. Make sure your paint methods and event
handlers are not dawdling and heaven forbid, not sleeping or waiting.
Make sure you are not doing Swing operations from other threads
without invokeLater. See http://mindprod.com/jgloss/swing.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
.
- References:
- a strange problem regarding popup JDialogs/Windows
- From: ChooChooOnMyHead
- a strange problem regarding popup JDialogs/Windows
- Prev by Date: Re: opening a window from an applet..
- Next by Date: Re: a strange problem regarding popup JDialogs/Windows
- Previous by thread: Re: a strange problem regarding popup JDialogs/Windows
- Next by thread: Re: a strange problem regarding popup JDialogs/Windows
- Index(es):
Relevant Pages
|