Changeset 23479 in osm for applications/editors/josm/plugins/smed/plugs
- Timestamp:
- 2010-10-05T21:54:45+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/plugs/lights/src/lights/Lights.java
r23477 r23479 40 40 @Override 41 41 public boolean stop() { 42 // TODO Auto-generated method stub 42 if(sectors != null) { 43 sectors.setVisible(false); 44 sectors.dispose(); 45 } 43 46 return false; 44 47 } … … 78 81 public boolean hasFocus() { 79 82 manager.showVisualMessage(msg); 83 if(rbFiredN != null) 84 if(rbFiredN.isSelected()) sectors.setVisible(true); 80 85 return true; 81 86 } … … 83 88 @Override 84 89 public boolean lostFocus() { 85 // TODO Auto-generated method stub86 return false;90 if(sectors != null) sectors.setVisible(false); 91 return true; 87 92 } 88 93
Note:
See TracChangeset
for help on using the changeset viewer.
