Changeset 13611 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLambertZone.java
- Timestamp:
- 2009-02-08T20:34:53+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLambertZone.java
r13497 r13611 29 29 public void actionPerformed(ActionEvent e) { 30 30 JPanel p = new JPanel(new GridBagLayout()); 31 String[] zones = { "", "1 (51.30 °to 48.15°)", "2 (48.15°to 45.45°)", "3 (45.45°to 42.76°)", "4 (Corsica)" };31 String[] zones = { "", "1 (51.30 to 48.15 degrees)", "2 (48.15 to 45.45 degrees)", "3 (45.45 to 42.76 degrees)", "4 (Corsica)" }; 32 32 final JComboBox inputLambertZone = new JComboBox(zones); 33 33 JLabel newLambertZone = new JLabel(tr("Zone"));
Note:
See TracChangeset
for help on using the changeset viewer.
