Hi together,
as some of you may already know i have my dislikes against
ThreadQueue [1] (Hi, Larry!) see my mail [2]
a - It forks a new thread for any Runnable it processes.
b - It has an ugly busy wait loop inside.
c - The event listener for empty queue fires to often.
d - The default ThreadQueu
SS,
public RenderingManager(final LayerViewPanel panel) {
this.panel = panel;
repaintTimer.setCoalesce(true);
putAboveLayerables(SelectionBackgroundRenderer.CONTENT_ID,
new Renderer.Factory() {
public Renderer create() {
I was finally able to figure out why I was getting a
NullPointerException in my pluggable rendering code. It is becuase
OpenJUMP is attempting to render Java String objects. (At least that
is what it looks like to me.)
My code returns a NullPointerException when it encounters one of these
Strings
Thanks for that tip Stefan.
SS
On 5/23/07, Stefan Steiniger <[EMAIL PROTECTED]> wrote:
> dont forget to check if you have the libs/projects specified in the
> built options of the project AND the "run" options
>
> stefan
>
> Sunburned Surveyor schrieb:
> > Michael,
> >
> > I think the problem was
dont forget to check if you have the libs/projects specified in the
built options of the project AND the "run" options
stefan
Sunburned Surveyor schrieb:
> Michael,
>
> I think the problem was with the way I had the project configured in
> Eclipse. I've been having some problems with it properl
Larry,
I tried to update my OpenJUMP project in Eclipse. (It is linked to the
OpenJUMP CVS on SourceForge.)
This was taking a very, very long time. I finally gave up and I have
tried it again.
The Sunburned Surveyor
On 5/23/07, Larry Becker <[EMAIL PROTECTED]> wrote:
> I have been having proble
Michael,
I think the problem was with the way I had the project configured in
Eclipse. I've been having some problems with it properly recognizing
all of the packages on the build path.
Thank you for your help.
Landon
On 5/21/07, Michael Brüning <[EMAIL PROTECTED]> wrote:
> Hi Sunburned,
>
> th
I have been having problems with accessing the openjump repository on
SourceForge for the last hour. Is anyone else having issues?
If I keep trying, I eventually get it to work, but it is taking way too long
to update my copy of OJ. I will check back with it tomorrow.
regards,
Larry
--
http:/
>Larry, Michael: Did somebody change the zoombar behaviour - so that it
>starts zoom on release and not in between, when the bar is still moved?
>
>This would be necessary if we take over the rendering improvements from
>skyjump - otherwise it may stop the system for some minutes because it
>re