How to change icons on desktop

The applicaton icons on my disktop show Apple's generic application icon not the manufactures software icon.  How do I change this?

You need to be much more specific. Also you shouldn't be storing much on your desktop, Apple advises against that. If you want application icons shown, put them in your Dock.

Similar Messages

  • How to Change Icon of  Desktop Application?

    Friends, i am developing one small software using Java Desktop Application in Netbeans. I want to change the icon of my application (cup of coffee). I have tried this code: URL url = new URL("myApplication/resourcesresources/camera.png");
    Toolkit kit = Toolkit.getDefaultToolkit();
    Image img = kit.createImage(url);
    this.getFrame().setIconImage(img);
    and
    URL url = new URL("F:/Documents and Settings/Selva/My Documents/NetBeansProjects/HashCodeCracker/src/myApplication/resourcesresources/camera.png");
    Toolkit kit = Toolkit.getDefaultToolkit();
    Image img = kit.createImage(url);
    this.getFrame().setIconImage(img);
    i have searched in google and nothing works . Can anyone solve this problem?
    Note:
    This code works for me:
    Toolkit kit = Toolkit.getDefaultToolkit();
    Image frameIcon = kit.getImage("F:\\Documents and Settings\\Selva\\My Documents\\NetBeansProjects\\HashCodeCracker\\src\\hashcodecracker\\resources\\PasswordCrackerIcon.jpg");
    this.getFrame().setIconImage(frameIcon);
    But i am creating software. So i can not specify the location of the Image in one path. The user may run the software from anywhere. So the above code can not be used.
    Thanks
    Edited by: Blackstar on Jun 1, 2011 8:46 PM

    Blackstar wrote:
    Friends, i am developing one small software using Java Desktop Application in Netbeans. I want to change the icon of my application (cup of coffee). I have tried this code: URL url = new URL("myApplication/resourcesresources/camera.png");You really have a directory called <tt>resourcesresources</tt>?
    Please use the code tags as described in the sticky post at the top of the forum thread listing.

  • How to change icon of a Folder-track?

    By Folder-track I mean the Folder in Arrange window that is created from "packing reions". Is that even possible in LogicPro7 - to change it's icon?
    I mean I know how to change icons for my audio tracks, audio-instrument tracks. And it would be nice if I can assign different icons for different Folder-tracks.
    I did not find how to do that

    It is possible... use option-command-hold on the icon of the folder in a track in the arrange and up pops the many icons to choose from.
    You can set the icon to something other than the folder.
    To make different folders I guess you would have to do some image editing
    and make your own icons but that is pretty easy.
    Put your user create icons here...
    ~/Library/Application Support/Logic/Images/Icons
    and logic will load your numbered image file instead of the default ones that
    Logic would normaly use.
    Note: 1.png is the file name of the regular folder icon.

  • How to change Firewall remoted desktop port?

    How to change Firewall remoted desktop port
    I have changed the listening port in the registry.
    I added a rule for incoming for RDT.
    I can find the rules, and other items in the Firewall lists.
    But I cannot find how to edit to change the port number.
    Other threads indicate just added an open port not designating RDT as the program.
    Guidance please.

    >So, when inserting a new rule and choosing RDT from the program list automatically inserts the default port number? 
    My fault.  You should not select RDT from the program list, but instead
    select the radio button for port, then click next, select TCP, and add in
    the port number, then next and continue on with setting allow connection
    and then when does this rule apply.
    Bob Comer

  • How to change photo in desktop icons on macbook pro

    How do i change pictures in desktop icons on MacBook Pro?

    Although this is for Leopard I think it still works for Lion
    Use the applications folder
    See
    http://support.apple.com/kb/ht2493

  • How to change icons of a JTree node dynamically

    Hi all!
    I want to change icon associated with a node dynamically ( i.e. after the tree has being displayed). How can i achieve this?
    Can any one provide me a sample code snippet.
    Thanks in advance
    Murali

    I have created CustomCellRenderer and i'm calling this class as follows
    tree.setCellRenderer((TreeCellRenderer) new CustomCellRenderer(true));
    The boolean value for the constructor (in this case it's true) will be set to
    a local variable in the CustomCellRenderer class. Then upon clicking a node in the tree the boolean value (true) is set and the icon for that node should be changed as specified in the CustomCellRenderer class.
    When i click on a node all the icons of that tree are disappearing.
    Can any one help me in this issue
    public class CustomCellRenderer
              extends          JLabel
              implements     TreeCellRenderer
    private ImageIcon          grayfolderImage;
    private ImageIcon          greenfolderImage;
    private ImageIcon          bluefolderImage;
    private ImageIcon          redfolderImage;
    private ImageIcon          whitefolderImage;
    private boolean               bSelected;
    boolean logfileDeleted;
         public CustomCellRenderer()
              grayfolderImage = new ImageIcon("C:\\images\\grayFolder.gif");     
              greenfolderImage = new ImageIcon("C:\\images\\greenFolder.gif");     
              bluefolderImage = new ImageIcon("C:\\images\\blueFolder.gif");     
              redfolderImage = new ImageIcon("C:\\images\\redFolder.gif");
              whitefolderImage = new ImageIcon("C:\\images\\whiteFolder.gif");     
         public CustomCellRenderer(boolean logfileDeleted){
              this.logfileDeleted = logfileDeleted;
         public Component getTreeCellRendererComponent( JTree tree,
                             Object value, boolean bSelected, boolean bExpanded,
                                       boolean bLeaf, int iRow, boolean bHasFocus )
              // Find out which node we are rendering and get its text
              DefaultMutableTreeNode node = (DefaultMutableTreeNode)value;
              String     labelText = (String)node.getUserObject();
              this.bSelected = bSelected;
              // Set the correct foreground color
              /*if( !bSelected )
                   setForeground( Color.black );
              else
                   setForeground( Color.red ); */
              // Determine the correct icon to display
              if( labelText.equals( "ioexception001" ) )
                   setIcon( redfolderImage );
              else if( labelText.equals( "ioexception002" ) )
                   setIcon( greenfolderImage );
              else if( logfileDeleted ==true )
                   setIcon( whitefolderImage );
              else if( labelText.equals( "ioexception004" ) )
                   setIcon( redfolderImage );
              else
                   setIcon(bluefolderImage);
              // Add the text to the cell
              setText( labelText );
              return this;
         // This is a hack to paint the background. Normally a JLabel can
         // paint its own background, but due to an apparent bug or
         // limitation in the TreeCellRenderer, the paint method is
         // required to handle this.
         public void paint( Graphics g )
              Color          bColor;
              Icon          currentI = getIcon();
              // Set the correct background color
              bColor = bSelected ? SystemColor.textHighlight : Color.white;
              g.setColor( bColor );
              // Draw a rectangle in the background of the cell
              g.fillRect( 0, 0, getWidth() - 1, getHeight() - 1 );
              super.paint( g );
    }

  • How to change icons in Maverick

    Those folders in Maverick look all alike. I cannot quickly see the most important folder
    So I would need to change icons
    Is there a free app for that ?

    - display XtraFinder as a menu
    When XtraFinder is running there's a menu in the Menubar:
    - colorful icons in sidebar
    Put Color Icons Back in Finder Sidebar with SideEffects for 10.9
    Here's the download page: https://www.macupdate.com/app/mac/43078/sideeffects

  • 2012R2 VDI how to change "local virtual desktop creation location" for collection

    Hi,
    I want to change "local virtual desktop creation location" for existing collection but this setting is grayed. This location is not exists anymore and I cannot add new VM's to collection.
    If there is no way to do this if it possible to create new collection and move old VM's there?
    Thanks!

    Hi Sergey,
    I assume that you mean virtual desktop storage location, which I don’t think that we can change this setting for an existing collection.
    You can create a new collection, during the creation process, you will be able to select a different storage location for new VMs.
    More information for you:
    Single Image Management for Virtual Desktop Collections in Windows Server 2012
    http://blogs.msdn.com/b/rds/archive/2012/10/29/single-image-management-for-virtual-desktop-collections-in-windows-server-2012.aspx
    Geek of All Trades: VM-Hosted RemoteApps - New Best Practice for Virtual Desktops?
    https://technet.microsoft.com/en-us/magazine/jj554307.aspx
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • N73 How do I change ICONS on DESKTOP

    Hi All,
    Can someone please tell me how to get rid of the 6 "quick icons" on the start screen and the "calender entries" please? All i want is a blank screen......
    There seem to be no welcome screen options anywhere.
    Thanks.
    JC...

    25-Aug-2006
    08:35 PM
    jamcox wrote:
    Great thanks!!!
    All DONE
    Good tips. I was actually trying to restore my icons.
    However, having reactivated the icons I'm now kept awake at night by the flashing blue light which comes in to the bargain.
    Is there anyway of having the icons on my desktop but disabling the flashing light when the phone goes on to standby?

  • How to remove icon from desktop

    I have added an external hard drive (for back up.)   It has a USB connection.  Its icon appears on my desktop.  It is only so much clutter, and I would like to make it disappear, as I have done with the icon of the internal HD.  Can that be done?  If so, how?

    You do it the same way you did with your internal HD.
    Finder -> Preferences -> General -> Show these items on the desktop -> External disks

  • How to change icon of a node or root node of a JTree

    i have a JTree with a root node, and leaf nodes. i want to change their icons. how can i do this?
    thanks

    Here's a search of the forums with the words 'tree', 'icon' and 'node' in the title
    http://onesearch.sun.com/search/developers/index.jsp?and=jtree+icon+node&nh=10&phr=&qt=&not=&field=title&since=&col=devforums&rf=0&Search.x=28&Search.y=15
    I looked at a couple and #5 seems interesting, but there are quite a few to choose from.

  • How to change icon size in iWorks media viewer

    Hi
    I have just upgraded my wife's macbook from 10.6.8 to 10.8.2 and she uses pages a lot
    The media viewer in pages seems to have just one size for the icons of the photos. You used to be able to drage a slider to increase the size
    I have tried all the ctrl key type ideas but nothing
    Why do they delete features that are d=so useful or hide them in non obvious palecs and make it hard for the less technical user.
    I have been using pages since the first and a Apple since 1980 and support 500 machines - most using pages so I would appreciate any help.
    Mountain Lion has made Pages a little less friendly
    Yours
    Vern Dempster

    auwoo wrote:
    I just upgraded to iOS 7.0.4.  I hate it and wish I could uninstall it.  Is there any way to change from the huge icons of 4X4 on screen to old style of 4X5 size?
    You cannot.
    But how is 4x4 larger than 4x5?

  • How to change icon images in Mavericks?

    I am having difficulty changing some Desktop Icon images in Mavericks.
    Some times I can (Macintosh HD), sometimes I cannot (Applications folder or alias), for example.
    Never had problem prior to 10.9

    To change your Applications folder icon:
    In Finder, press shift-command-G, paste in the following and press Go..
    /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ApplicationsFol derIcon.icns
    Change the name of ApplicationsFolderIcon.icns to ApplicationsFolderIcon.icns.backup
    Confirm this change by selecting Use .backup and enter your password
    Move the .icns file you want to use for your Applications folder and rename it ApplicationsFolderIcon.icns
    Enter your password when prompted
    Restart your computer, open Terminal, type
    killall Finder
    and press return.
    You should have a new Applications folder icon.
    To revert, delete the new file, change the name of the original file back to ApplicationsFolderIcon.icns and follow the rest of the steps above.
    [NB: This change may not stick through future OS updates]

  • How to change icons in new iPhone version?

    Hello everybody
    I do not like these "japanese cartoons" like new icons
    - do not object to all those who will surely "love" them -
    simply : how can I change mine?
    (once it was simply in Apple softwares...)
    best
    Orietta

    orietta.c wrote:
    how can I change mine?
    You don't, some learn to like them.

  • How to change icon size when uploading pics?

    So I'm uploading pics to facebook, into an album where I'll put multiple pics.   The problem is that when I click upload on facebook, and the "upload finder window" comes up, even though I choose icon as the view way, they are at the smallest size, and barely recognizeable.
    Note that I'm not talking about a regular finder window. I know how to get those to come to the right size. I have already set my preferences in finder to show all icons at 128x128, but it doesnt seem to affect the browser upload finder...  this problem shows up with all browsers too (safari, chrome, firefox)
    I'm at my wit's end because I have to upload multiple pictures every two or 3 hours for work, and this is jsut ridiculous.

    auwoo wrote:
    I just upgraded to iOS 7.0.4.  I hate it and wish I could uninstall it.  Is there any way to change from the huge icons of 4X4 on screen to old style of 4X5 size?
    You cannot.
    But how is 4x4 larger than 4x5?

Maybe you are looking for

  • Firefox Sync places "Tabs" from other devices all on a single page.

    Before late yesterday and today, I had never used Firefox Sync. I did eventually find the results under the History menu, under "Tabs from other Devices". The system was not well explained. I searched the internet, and did not find any explanation of

  • Problem in safari access

    when i access safari then automatically new unwanted window open and  different  advertisement create on my apple homepage at the

  • Mail can't download

    Hi, Mail used to work like a charm, now it won't download any mail from my account at a large public university. It still sends from this account. I don't believe that I made any changes to the settings, in any case I've checked over them many times.

  • Lightroom 5.7 Map module so slow it is almost useless

    I've used iPhoto and Aperture a lot but because Apple are withdrawing these programs soon apparently, I decided to upgrade to Lightroom.  Everything else works fine, but the map section is just so slow.  The map layers take far too long to download. 

  • Reports output as mail

    Dear Oracle gurus, when i choose to send oracle report in mail format it generates an .eps file. kindly help me how to open this file. thanks