WmHHooper / visigraph

Automatically exported from code.google.com/p/visigraph
0 stars 0 forks source link

Replace GraphWindow's title bar icon with standard 16x16 app icon #124

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Strangely, when running in Eclipse JInternalFrames (which GraphWindow extends) 
use 12x12 icons instead of the expected 16x16.  As such, in r138 I created a 
12x12 icon just for use in GraphWindows.  As I have come to find out, however, 
when compiled to a .jar file JInternalFrames instead use 16x16 icons (as would 
be naturally expected).

Therefore we should return GraphWindow to using the standard 16x16 app icon, as 
most of VisiGraph's users use it in its compiled form, and I suspect 16x16 is 
also the default size for icons on Macs.

Original issue reported on code.google.com by 0x24a53...@gmail.com on 8 Jul 2011 at 8:11

GoogleCodeExporter commented 9 years ago
Worse yet, I've discovered that JInternalFrames use 12x12 icons only when 
*maximized*.  Otherwise they use 16x16 icons.  This is going to be a real pain 
in the ass to fix...

I guess I'm going to have to create another 16x16 icon that's just the 12x12 
icon with two extra pixels on every side (since the present app icon cannot fit 
in a 12x12 space).

Original comment by 0x24a53...@gmail.com on 8 Jul 2011 at 10:31

GoogleCodeExporter commented 9 years ago
Assigned Difficulty-Normal tag

Original comment by 0x24a53...@gmail.com on 8 Jul 2011 at 10:52