Re: [JPP-Devel] Proposed System For Managing Unit Formatting

2008-04-11 Thread Paul Austin
Have a look at JSR 275 with examples at http://www.javaworld.com/javaworld/jw-10-2007/jw-10-jsr275.html This looks like adding unit conversion and formatting to the main Java libraries. Paul Sunburned Surveyor wrote: > I thought about possible solutions to support for formatting units in > Ope

[JPP-Devel] Proposed System For Managing Unit Formatting

2008-04-08 Thread Sunburned Surveyor
I thought about possible solutions to support for formatting units in OpenJUMP and I am working on some code to implement on one of these solutions. The solution I am currently working on builds on the concepts already embodied in OpenJUMP's existing code and ties in the Java I18N system. Basicall