Hi all,
I need your help big time. I cannot figure out this one.
To make a long story short.
I have a map on a JPanel with items on it. You can zoom on it and I also
have all kind
of goodies. I have a scale in Kms, working well, but when it is time to
redraw the scale
is flickering all the time and does not get drawn unless you place the mouse
on it.
MpController is where the scale is turned on.
scale is where the scale is created.
MapperPanel is where the problem occur (in paint).
Any idea what could be the problem?
Thank you all for your help.
Eric Malguy
Software Engineer
Advanced Systems Group
Mapper.java
MapperPanel.java
Scale.java
MPController.java