View Single Post
  #4 (permalink)  
Old 12-14-2007, 11:07 AM
JavaBean's Avatar
JavaBean JavaBean is offline
Moderator
 
Join Date: May 2007
Posts: 1,272
JavaBean is on a distinguished road
You should describe your problems clearly.

Icons are just regular files, if you want to move them to the desktop just use File class to copy it. If you want to generate an icon and save it to the desktop in java, find a library to read write ICO files and use it to generate and save your icons.
Reply With Quote