Does Frame.setIconImage() not work on OSX? If so, does anyone know a workaround? It seems pretty common for OSX applications to put little icons in the title-bar of their document windows. However, it appears that this call no-ops under OSX. Below is some sample code that exhibits this problem.
Thanks, in advance, for any pointers!
You're misunderstanding the purpose of this method -- setIconImage sets the image used in the dock when the window is minimized. It doesn't affect what's in the title bar of the window.
If an icon appears in a title bar that means it's associated with some file on disk, and you can use the icon as a proxy for dragging the file someplace. So, you can't set arbitrary icons in the title of the window.
</x-tad-smaller>We want your bug reports - submit them at <http://bugreport.apple.com>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden