Bug 27463 - JInternalFrame icon doesn't display
Summary: JInternalFrame icon doesn't display
Status: RESOLVED FIXED
Alias: None
Product: classpath
Classification: Unclassified
Component: swing (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: 0.91
Assignee: Roman Kennke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-06 21:31 UTC by Yvan Norsa
Modified: 2006-05-07 21:52 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
Simpe test trying to set an icon for the internalframe (225 bytes, text/x-java)
2006-05-06 21:32 UTC, Yvan Norsa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yvan Norsa 2006-05-06 21:31:48 UTC
Classpath does not seem to take into account the JInternalFrame.setFrameIcon() call. Wether you set it to a real file, to a non-existent one, or even if you don't call it, the internal frame will have the default icon.
Comment 1 Yvan Norsa 2006-05-06 21:32:53 UTC
Created attachment 11394 [details]
Simpe test trying to set an icon for the internalframe