Use the renamed method.
This commit is contained in:
@@ -139,7 +139,7 @@ public class GetdownApp
|
|||||||
if (icons.isEmpty()) {
|
if (icons.isEmpty()) {
|
||||||
log.warning("Failed to load any icons", "iconImages", _ifc.iconImages);
|
log.warning("Failed to load any icons", "iconImages", _ifc.iconImages);
|
||||||
} else {
|
} else {
|
||||||
SwingUtil.setWindowIcons(_frame, icons);
|
SwingUtil.setFrameIcons(_frame, icons);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user