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 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
