http://java.net/jira/browse/MACOSX_PORT-322 submitted 2011/08/24 by Frank Kline
Hi,
This works perfectly well on Oracle's recently released public Linux and Windows JRE7. As a caveat, I'm unsure of what the icon images are supposed to appear as on Mac as most windows don't seem to have associated icons (besides the dock icon, which appears to be set elsewhere).
I set a few icon images for the current frame:
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"><pre class="code-java">frame = <span class="code-keyword">new</span> JFrame(<span class="code-quote">"Frame title"</span>);Image icon16 = ...Image icon32 = ...Image icon48 = ...frame.setIconImages(Lists.newArrayList(icon16, icon32, icon48));</pre>
Hi,
This works perfectly well on Oracle's recently released public Linux and Windows JRE7. As a caveat, I'm unsure of what the icon images are supposed to appear as on Mac as most windows don't seem to have associated icons (besides the dock icon, which appears to be set elsewhere).
I set a few icon images for the current frame:
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"><pre class="code-java">frame = <span class="code-keyword">new</span> JFrame(<span class="code-quote">"Frame title"</span>);Image icon16 = ...Image icon32 = ...Image icon48 = ...frame.setIconImages(Lists.newArrayList(icon16, icon32, icon48));</pre>
- relates to
-
JDK-7146550 [macosx] DnD test failure in createCompatibleWritableRaster()
-
- Closed
-