-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Original author: f...@processing.org (April 17, 2011 20:42:39)
For the next release (2.0, probably), we'll want to include a proper set of icons on Windows, in addition to those provided on OS X.
JFrame.setIconImages() is a Java 6 method that allows you to specify images for multiple resolutions of icons depending on the context (alt-tab, the task bar, the desktop, etc).
16x16, 24x24, 32x32, 48x48, 64x64, and 256x256 seem to be the set of sizes that we should cover. We'll need them for other OSes anyway.
The guidelines for Windows Vista and Windows 7:
http://msdn.microsoft.com/en-us/library/aa511280.aspx
Guidelines for Windows XP:
http://msdn.microsoft.com/en-us/library/ms997636.aspx
Not that we need to follow the guidelines, but it's reference to follow for the sizes/placement/use.
Original issue: http://code.google.com/p/processing/issues/detail?id=632