Skip to content. | Skip to navigation
Cached time 11/21/13 17:07:12
- Use the org.gvsig.i18n API directly. That is, instead of:: String text = PluginServices.getText(this, "Coordinates"); Use:: String text = Messages.getText("Coordinates"); - Maintain a separation between the API, SPI, implementation and providers.
Cached time 11/21/13 17:07:13
This site conforms to the following standards: