Changeset 23028 in osm for applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoySpec.java
- Timestamp:
- 2010-09-06T18:41:37+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/toms/src/toms/seamarks/buoys/BuoySpec.java
r23013 r23028 143 143 144 144 dlg.sM01StatusBar.setText(getErrMsg()); 145 dlg.lM01Icon02.setIcon(null); 145 dlg.lM02Icon.setIcon(null); 146 dlg.lM03Icon.setIcon(null); 147 dlg.lM04Icon.setIcon(null); 146 148 147 149 dlg.tfM01Name.setEnabled(true); … … 186 188 image += "_CrossY"; 187 189 image += ".png"; 188 dlg.lM01Icon01.setIcon(new ImageIcon(getClass().getResource(image))); 189 190 dlg.lM01Icon.setIcon(new ImageIcon(getClass().getResource(image))); 191 192 if (hasRadar()) { 193 dlg.lM03Icon.setIcon(new ImageIcon(getClass().getResource("/images/Radar_Reflector.png"))); 194 } 195 190 196 if (isFired()) { 191 dlg.lM0 1Icon02.setIcon(new ImageIcon(getClass().getResource(197 dlg.lM02Icon.setIcon(new ImageIcon(getClass().getResource( 192 198 "/images/Light_White_120.png"))); 193 199 if (getLightChar() != "") { … … 202 208 } 203 209 } else 204 dlg.lM01Icon 01.setIcon(null);210 dlg.lM01Icon.setIcon(null); 205 211 } 206 212
Note:
See TracChangeset
for help on using the changeset viewer.