[JPP-Devel] A new ThreadQueue ...

2007-05-23 Thread Sascha L. Teichmann
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

Re: [JPP-Devel] OpenJUMP is rendering Strings? Very interesting...

2007-05-23 Thread Larry Becker
SS, public RenderingManager(final LayerViewPanel panel) { this.panel = panel; repaintTimer.setCoalesce(true); putAboveLayerables(SelectionBackgroundRenderer.CONTENT_ID, new Renderer.Factory() { public Renderer create() {

[JPP-Devel] OpenJUMP is rendering Strings? Very interesting...

2007-05-23 Thread Sunburned Surveyor
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

Re: [JPP-Devel] Problem building OpenJUMP 1.2 B from source. ("de" Package Import Problems?)

2007-05-23 Thread Sunburned Surveyor
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

Re: [JPP-Devel] Problem building OpenJUMP 1.2 B from source. ("de" Package Import Problems?)

2007-05-23 Thread Stefan Steiniger
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

Re: [JPP-Devel] SourceForge problems

2007-05-23 Thread Sunburned Surveyor
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

Re: [JPP-Devel] Problem building OpenJUMP 1.2 B from source. ("de" Package Import Problems?)

2007-05-23 Thread Sunburned Surveyor
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

[JPP-Devel] SourceForge problems

2007-05-23 Thread Larry Becker
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:/

Re: [JPP-Devel] Question? - rendering

2007-05-23 Thread Michaël Michaud
>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