Ignore:
Timestamp:
2015-10-27T19:15:14+01:00 (10 years ago)
Author:
Don-vip
Message:

update javadoc + checkstyle fix + update presets links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/SideButton.java

    r8510 r8958  
    6969    }
    7070
    71     /** scales the given image proportionally so that the height is "iconHeight" **/
     71    /**
     72     * Scales the given image proportionally so that the height is "iconHeight"
     73     * @param im original image
     74     * @return scaled image
     75     */
    7276    private static ImageIcon getScaledImage(Image im) {
    7377        int newWidth = im.getWidth(null) *  iconHeight / im.getHeight(null);
Note: See TracChangeset for help on using the changeset viewer.