Re: [gwt-contrib] [google-web-toolkit] r6973 committed - Adds additional icon sizes so Alt-Tab (etc) doesn't try and scale up t...

2009-11-18 Thread דניאל רייס
Window.setIconImages was introduced in Java 1.6. This doesn't compile on 1.5. Dan On Tue, Nov 17, 2009 at 5:52 PM, codesite-nore...@google.com wrote: Revision: 6973 Author: j...@google.com Date: Tue Nov 17 14:51:47 2009 Log: Adds additional icon sizes so Alt-Tab (etc) doesn't try and

Re: [gwt-contrib] [google-web-toolkit] r6973 committed - Adds additional icon sizes so Alt-Tab (etc) doesn't try and scale up t...

2009-11-18 Thread John Tamplin
Sigh, thanks for catching that. Any suggestions for setting more than one icon in JDK 1.5? If not, I guess I can reflectively call setIconImages if it is there and fallback to the old behavior on JDK 1.5. On 11/18/09, Daniel Rice (דניאל רייס) r...@google.com wrote: Window.setIconImages was

[gwt-contrib] [google-web-toolkit] r6973 committed - Adds additional icon sizes so Alt-Tab (etc) doesn't try and scale up t...

2009-11-17 Thread codesite-noreply
Revision: 6973 Author: j...@google.com Date: Tue Nov 17 14:51:47 2009 Log: Adds additional icon sizes so Alt-Tab (etc) doesn't try and scale up the 16x16 icon. Also fixes unused import left in previous change. Patch by: jat Review by: rjrjr (TBR)