Changeset 23251 in osm for applications/editors/josm
- Timestamp:
- 2010-09-18T15:14:26+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/toms/src/toms/dialogs/SmpDialogAction.java
r23240 r23251 937 937 public void focusLost(FocusEvent e) { 938 938 buoy.setName(tfM01Name.getText()); 939 buoy.paintSign(); 939 940 } 940 941 }); … … 1049 1050 public void focusLost(FocusEvent e) { 1050 1051 buoy.setRaconGroup(tfM01Racon.getText().trim()); 1052 buoy.paintSign(); 1051 1053 } 1052 1054 }); … … 1105 1107 public void focusLost(FocusEvent e) { 1106 1108 buoy.setFogGroup(tfM01FogGroup.getText().trim()); 1109 buoy.paintSign(); 1107 1110 } 1108 1111 }); … … 1118 1121 public void focusLost(FocusEvent e) { 1119 1122 buoy.setFogPeriod(tfM01FogPeriod.getText().trim()); 1123 buoy.paintSign(); 1120 1124 } 1121 1125 }); … … 1186 1190 public void focusLost(FocusEvent e) { 1187 1191 buoy.setHeight(tfM01Height.getText().trim()); 1192 buoy.paintSign(); 1188 1193 } 1189 1194 }); … … 1199 1204 public void focusLost(FocusEvent e) { 1200 1205 buoy.setRange(tfM01Range.getText().trim()); 1206 buoy.paintSign(); 1201 1207 } 1202 1208 });
Note:
See TracChangeset
for help on using the changeset viewer.