|
From: Keith W. <Ke...@Wa...> - 2005-03-12 21:57:45
|
With logging on, RenderedLayer:635 repaintComponent will NPE if called via RenderedLayer:564 repaint if paintedArea == null because the bounds parameter will be null. A fix might be to check for bounds == null before and to log the record without bounds. Thanks, Keith |