|
From: Michael B. <mic...@gm...> - 2010-03-22 00:28:00
|
On 22 March 2010 06:49, Michael geotools wrote: > > Is there a method to temporarily stop JMapPane redrawing? For example - stop > redrawing before show my Popup menu, and enable it again after menu is > closed? > You can use the setRepaint( boolean ) method to ignore paint requests temporarily... http://geotools.org/javadocs/org/geotools/swing/JMapPane.html#setRepaint(boolean) Hope this helps. Michael |