Changeset 1247 in josm for trunk/src/org/openstreetmap/josm/gui/SideButton.java
- Timestamp:
- 11.01.2009 16:59:01 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/SideButton.java
r1246 r1247 19 19 doStyle(); 20 20 setText(null); 21 } 22 23 public SideButton(Action action, String imagename) 24 { 25 this(action); 26 setIcon(makeIcon(imagename)); 21 27 } 22 28
Note: See TracChangeset
for help on using the changeset viewer.
