开发者

Separate small, large JFrame icons

开发者 https://www.devze.com 2023-03-11 02:24 出处:网络
I have an icon I want to use for my JFrame, and it looks good in the Windows 7 taskbar, and in the alt-tab view, but it doesn\'t look so great resized to 16x16, in the top left corner of the window.

I have an icon I want to use for my JFrame, and it looks good in the Windows 7 taskbar, and in the alt-tab view, but it doesn't look so great resized to 16x16, in the top left corner of the window.

Is there a way to use a开发者_开发百科n ico file with two icon files, or two png files?


See Window.setIconImages(List).

0

精彩评论

暂无评论...
验证码 换一张
取 消