<AWT Dev> [7u6] Review request for 7168062: [macosx] Java processes on Mac should use Oracle Java branded icons
Leonid Romanov
leonid.romanov at oracle.com
Wed May 23 06:26:21 PDT 2012
Hi,
Please review a fix for 7168062: [macosx] Java processes on Mac should use Oracle Java branded icons. This is about using new Oracle Java branded icon as the default icon for Java apps instead of the Apple supplied icon found in /System/Library/Frameworks/JavaVM.framework.
I've discussed this bug with Artem Ananiev and we decided that the best way to do it is to convert icon file to .h file with icon data as an array of bytes and then include this .h file where icon data is needed. So, we basically compile in icon data into the binaries.
Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7168062
Webrev: http://cr.openjdk.java.net/~leonidr/7168062/webrev.00/
Thanks,
Leonid.
More information about the awt-dev
mailing list