Re: [JPP-Devel] CursorTool - isRightMouseButtonUsed()

2006-11-17 Thread Robert F. Littlefield
The short answer: the right click is special only if you want to make it special. The longer answer is: The AbstractCursor class implements the CursorTool interface. Any cursor tool that is descended from this class will implement the mouseClicked method. This method will be called whenever any

[JPP-Devel] Color Theming Problem

2006-11-17 Thread [EMAIL PROTECTED]
Hi list, I found a problem using DeeChangeStylesPlugin I made a new project with openJUMP, and with DeeChangeStylesPlugin I've assigned a Bitmap to a layer to represent the features of that layer. Then I saved the project, and everything went alright. But When I tried to load the project,

Re: [JPP-Devel] Color Theming Problem

2006-11-17 Thread Stefan Steiniger
Hei Alessandro, you are the first reporting the bug. Probably because the vertex style option is only in the nightly built. Do you think you could provide a patch / the code for the necessary changes in OJ? stefan [EMAIL PROTECTED] schrieb: Hi list, I found a problem using

[JPP-Devel] A question about internationalization in CursorTools code...

2006-11-17 Thread Sunburned Surveyor
I'm so American and monolingual it isn't even funny. :] There is a line I've discovered in OpenJUMP's CursorTool code that I know deals with Internationalization, but I'm not sure what it does. I need to replicate this code as part of my refactoring, so I'd like to understand what is is used for.