I'm doing some work at home with the ZoomBar for OpenJUMP. From the source code comments it appears that some of the supporting code for the ZoomBar was never fully implemented. The ZoomBar was going to work with additional code that defined unit systems. (Right now it works with a model of the metric unit system contained in a collection to figure out the best label to display to the right of the JSlider on the zoom bar.)
I'm in the process of completing the original implementation. This will involve defining classes/interfaces for units and unit systems. When complete this will allow the ZoomBar to support labels for units sytems in addition to the metric unit system. (For example: US Feet and Latitude/Longitude.) I'd like to know the best place to keep this code. I really don't think it belongs in the same package as the ZoomBar, because it is pretty generic. Do we have a package I should use for utility code in OpenJUMP? I was thinking of org.openjump.util.units for this particular code. Are there any objections to that? The Sunburned Surveyor ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel