ResourceManager

Package: resources
Type: class

10.3_PUBLIC

addedfield: BIG_BOMB
static java.lang.String BIG_BOMB
addedfield: BOMB
static java.lang.String BOMB
addedfield: EXTERNAL_ICON_PREFIX
static java.lang.String EXTERNAL_ICON_PREFIX
addedmethod: findIcon
static javax.swing.ImageIcon findIcon(java.lang.String path)
addedmethod: getLoadedIcons
static java.util.Set<javax.swing.Icon> getLoadedIcons()
addedmethod: getScaledIcon
static javax.swing.ImageIcon getScaledIcon(javax.swing.ImageIcon icon, int width, int height)
addedmethod: loadIcon
static javax.swing.Icon loadIcon(java.lang.String iconPath)
modifiedmethod: getScaledIcon
return type: ImageIcon → Icon
- static javax.swing.ImageIcon getScaledIcon(javax.swing.Icon icon, int width, int height)
+ static javax.swing.Icon getScaledIcon(javax.swing.Icon icon, int width, int height)
modifiedmethod: loadImage
param 1 renamed: filename → iconPath
- static javax.swing.ImageIcon loadImage(java.lang.String filename)
+ static javax.swing.ImageIcon loadImage(java.lang.String iconPath)

9.1_PUBLIC

removedmethod: createDisabledIcon
static javax.swing.ImageIcon createDisabledIcon(javax.swing.Icon icon, int brightnessPercent)
removedmethod: createScaledIcon
static javax.swing.ImageIcon createScaledIcon(javax.swing.Icon icon, int width, int height, int hints)
removedmethod: createScaledIcon
static javax.swing.ImageIcon createScaledIcon(javax.swing.Icon icon, int width, int height)
removedmethod: createScaledImage
static java.awt.Image createScaledImage(java.awt.Image image, int width, int height, int hints)

9.0.1_PUBLIC

introducedInitial version