[JPP-Devel] Selecting Sequential LineStrings

2014-08-01 Thread Landon Blake
Hey guys. I'm working on some CAD plug-ins for OpenJUMP. For a couple of the plug-ins I need the user to select first a primary LineString and then a secondary LineString. I've been peeking at the core source code and Javadoc this morning and can't find a place where this is done already. I'm

Re: [JPP-Devel] Selecting Sequential LineStrings

2014-08-01 Thread Larry Becker
Hi Landon, Although I'm not an active developer much anymore, I recall having thought about this issue. My suggestion would be to use the status bar for prompts like select the primary linestring. Then the user doesn't have to click extra buttons. My 2 cents. regards, Larry On Fri, Aug 1,

Re: [JPP-Devel] Selecting Sequential LineStrings

2014-08-01 Thread Michael Michaud
Hi, What Larry describes looks like the way the following tool is working : Create a fence, select a feature in the fence, then the status bar prompt you to shift-click another point in the fence. Maybe you can take inspiration from this tool Michaƫl Hi Landon, Although I'm not an