-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b94
-
generic
-
generic
The new Window.setIconImages() API states:
"The icons list is scanned for the images of most appropriate dimensions from the beginning. If the list contains several images of the same size, the first will be used."
If this is true, then when constructing two different lists containing identical images, each with a different size, but in different order, a Window should select the same icon from both lists. This is true of native-decorated JFrames, but not for client-decorated JFrames. The attached test case demonstrates this.
This is a bug in functionality new in Mustang.
"The icons list is scanned for the images of most appropriate dimensions from the beginning. If the list contains several images of the same size, the first will be used."
If this is true, then when constructing two different lists containing identical images, each with a different size, but in different order, a Window should select the same icon from both lists. This is true of native-decorated JFrames, but not for client-decorated JFrames. The attached test case demonstrates this.
This is a bug in functionality new in Mustang.
- relates to
-
JDK-6425606 PIT: Child dialog inherits the wrong icon from the parent frame if the parent is LAF decorated
-
- Closed
-
-
JDK-6425614 PIT: New icon is not refreshed properly on the title bar for LAF decorated JFrame - setIconImgs
-
- Closed
-
-
JDK-6445278 JDialog.setIconImage(s)() doesn't properly set the alt-tab icon on WinXP
-
- Closed
-
-
JDK-6339074 Improve icon support
-
- Resolved
-