Re: a strange problem regarding popup JDialogs/Windows



ChooChooOnMyHead wrote:

[...]
The behavior of other dialogs and
Panels besides the board layout is as such:  they appear and all their
componenets are present,  but they are covered in grey and the
components only SHOW if i select them.  If i zoom any board in enough
so it's blown up enough, this stops happening.
I would bet, that something is wrong in the painting stuff of your application. This kind of malfunction is typical for an overridden paint(Graphics g) method of a Container, where you forgot to call super.paint(g)

So my question,  is there some common problem with the 2DGraphics in
Java and drawing small objects that would cause this and I am just
unaware?
[...]

--
"Thomas:Fritsch$ops:de".replace(':','.').replace('$','@')

.