- Timestamp:
- 2012-01-25T23:49:01+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ImageProvider.java
r4822 r4870 775 775 double radian = Math.toRadians(angle); 776 776 777 new ImageIcon(img); // load completely 777 778 int iw = img.getWidth(null); 778 779 int ih = img.getHeight(null);
Note:
See TracChangeset
for help on using the changeset viewer.