Re: [JPP-Devel] Help with pluggable renderers!

2007-04-12 Thread Sunburned Surveyor
Larry and OpenJUMP Developers, I think the problem may be in the LayerViewPanel.layerChanged(LayerEvent) method. This method calls the RenderingManager.render() method with a Layerable object as the argument. I think I need to modify my code to determine the class that is implementing the layerab

Re: [JPP-Devel] Help with pluggable renderers!

2007-04-12 Thread Sunburned Surveyor
Thanks Larry. I'll try that. The Sunburned Surveyor On 4/12/07, Larry Becker <[EMAIL PROTECTED]> wrote: In Eclipse, just highlight the reference you are interested in (in this case render), right click and choose References->Project. This will display all of the places in the project that re

Re: [JPP-Devel] Help with pluggable renderers!

2007-04-12 Thread Larry Becker
In Eclipse, just highlight the reference you are interested in (in this case render), right click and choose References->Project. This will display all of the places in the project that reference your highlighted text in a Search panel that you can arrow through. It understands Java, so it is muc

[JPP-Devel] Help with pluggable renderers!

2007-04-12 Thread Sunburned Surveyor
O.K. I think I've narrowed down my NullPointerException problem, but I still need some help with a complete fix. I am able to properly render a layer when loading a new dataset in OpenJUMP with my pluggable rendering system enabled. However, when I try to zoom or pan the data in the LayerViewPan