Modify

Opened 16 years ago

Closed 14 years ago

Last modified 10 years ago

#1608 closed enhancement (fixed)

JOSM should have a better window icon

Reported by: xeen Owned by: framm
Priority: trivial Milestone:
Component: unspecified Version:
Keywords: Cc:

Description

Currently JOSM uses the normal Java icon. I attached an icon in .ico format that has 16x16, 32x32 and 48x48 sizes, both in 16 and 32 bit so that it can be used someday as a shortcut icon.

Attachments (2)

new.ico (22.0 KB ) - added by xeen 16 years ago.
JOSM icon file in 48x48, 32x32, 16x16 in both 16 and 32bit
16x16x32.png (1009 bytes ) - added by xeen 16 years ago.
Better looking JOSM icon at 16x16

Download all attachments as: .zip

Change History (9)

by xeen, 16 years ago

Attachment: new.ico added

JOSM icon file in 48x48, 32x32, 16x16 in both 16 and 32bit

comment:1 by anonymous, 16 years ago

Resolution: invalid
Status: newclosed

There is no way to attach a icon to a jar file.

comment:2 by xeen, 16 years ago

Resolution: invalid
Status: closedreopened

It seems that it's at least possible to attach an image to a jar file, as fixed in #1638. The patch uses the large logo.png which doesn't look to good when shrinked down to 16x16. I will attached a better looking icon, for a comparison screenshot look here:
http://mathphys.fsk.uni-heidelberg.de/~stefan/iconcompare.png

by xeen, 16 years ago

Attachment: 16x16x32.png added

Better looking JOSM icon at 16x16

comment:3 by anonymous, 16 years ago

IMO the current logo doesn't look too bad when shrinked down by the OS to 16x16. In contrast, if you only provide a 16x16 icon, you lose a lot of information and therefore get crappy results if the OS scales the logo up.

comment:4 by anonymous, 16 years ago

Status: reopenednew
Summary: JOSM should have a window iconJOSM should have a better window icon

For Java 6 there is a solution to set multiple images (different sizes). For Java 5 not, so we will stick with the current way for some time I fear.

in reply to:  1 comment:5 by philcoop4096@…, 15 years ago

Replying to anonymous:

There is no way to attach a icon to a jar file.

Not true. A .jar file is simply a .zip file with a different filename extension. If your archive tool can't handle .jar files directly, temporarily rename it with a .zip extension.

The JOSM icon file can be included in the .jar file. Even though Java RTE may not be able to use it, the user can extract it with WinZip, File Roller, or what-have-you and point to it so their system shell can display it in a menu or on the desktop.

Furthermore, the JOSM icon should be created as a Scalable Vector Graphics (.svg) file, so that any size icon can be quickly created as a .png, .jpg or .bmp file. Some graphical shells, such as Gnome, can use the .svg file directly.

comment:6 by stoecker, 14 years ago

Resolution: fixed
Status: newclosed

In [4061/josm]:

fix #1608 - better icons for JOSM

comment:7 by bastiK, 10 years ago

In 7771/josm:

fixes #1608 - remove remaining old logos

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain framm.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.