Desktop Icons

Hi everyone,

I build my own desktop and I have a little problem with the renaming of the desktop icons. I don't know how to program the GUI for this operation. Basically I want it to have the same behavior as the desktop icons of the Windows.

thanks

[269 byte] By [xorigosa] at [2007-11-27 11:04:58]
# 1

- create an .ico icon with a free program like

http://www.axiomx.com/PixelToolbox/

- right-click on desktop and choose new shortcut

- right-click on the shortcut and choose properties

- set the icon to the .ico you created and set the TARGET

and START IN values

target = C:\WINDOWS\system32\java.exe ProgramName

startin = program directory

TuringPesta at 2007-7-29 13:05:26 > top of Java-index,Java Essentials,Java Programming...