Change the icons in my dock

hi people im looking to change the icons in my dock does anyone have any sites where i can get some cool icons thanks a mill,shayp

lots of cool icons [here|http://interfacelift.com/icons-mac/index.php?sort=ratings]. also try [iconfactory|http://iconfactory.com/home]. the best tools for changing icons are [candybar|http://www.panic.com/candybar> (shareware) and [liteicon|http://www.versiontracker.com/dyn/moreinfo/macosx/32346] (freeware).

Similar Messages

  • HOW DO YOU CHANGE THE ICONS IN YOUR DOCK

    I have went onto the apple site and downloaded fun icons to spice up my desktop and folders and I have been successfull in changing the folder icons but do not know how to change the icons in the dock.....can someone please help me out.....thanks in advance

    here's how i do it... it may not be the most elegent way but it works.
    1) download the icons you want to your desktop
    2) right click on the one you want to use and select "copy"
    3) go to the application (in your application folder, NOT the dock) and right click on the application, and select "get info"
    4) a pop up window will open with all this stuff in it. left click on the top icon in the info pop-up window
    5) go to the finder bar (the bar on the top of the desktop) and pull down Edit, then select Paste.
    6) drag the old icon off the dock into the trashcan
    7) drag the new icon from the application folder to the dock

  • I can't change the Icons in my dock

    Hello,
    I bought the update version of SL and love it and no real complaints. I just have a issue with one aspect, the dock icons. Before i upgraded to SL, I used to have different icon pictures for different programs. So when I upgraded to SL it changed the icons to the standard/original icon pictures for the programs. Now i go into INFO in applications when i click on iTunes, and try to copy and paste a picture icon again to change the dock icon picture. But no such luck.
    Any Ideas?

    one option is to use a 3rd party app like Candybar which will let you change those icons.
    for another option see this post
    http://discussions.apple.com/thread.jspa?messageID=10151131&#10151131

  • Change the @ icon

    I would like to be able to change the @ icon in the dock - can anyone suggest how? I really want to do it for 10.3.9, but I'm interested in a solution for 10.4.5 too (I use both).
    The long story: I've got two @ icons in the dock linking to different web pages, and I would like to make them look different. They've got different text labels when you hover the mouse, but I need different icons (its for my 3 year old!!).
    Cheers for any suggestions.
    iMac G5   Mac OS X (10.3.9)  

    If you drag a URL from the browser address bar to the Dock, the Dock recognizes it as web location, and knows it is supposed to assign the custom @ spring icon. There's only one, and there is no way to assign different icons to different addresses.
    What you can do instead is drag the URL from the browser to the Desktop (or other convenient location). Now do GetInfo on the the webloc file and paste in a new custom icon. Once you have different icons assigned you can then drag the webloc file to the Dock. The original webloc file remains wherever you stashed it, it has a custom icon in the Dock, and goes to the address when clicked.
    Francine
    Schwieder

  • Just updated to 7.0.1 for Mac Snow Leopard, but the icon in my dock isn't the firefox symbol, it's a "document" icon. How can I get the firefox icon in my dock again?

    I was given an auto-update message from Firefox, which asked me to restart the program to initiate the update. As soon as Firefox restarted, I got a weird document icon in my dock - in the place where the Firefox icon was moments before. The new update of Firefox seems to be working just fine, but I would like the Firefox icon in my dock and not this unrelated icon. Can you help, please?

    I had this problem. Re-instal Firefox. After you drag the Firefox icon in to the Applications icon it is going to ask you if you're sure that you want to replace the version that's there - say yes. Then go down to your dock and remove the Firefox icon - drag it off the dock so it "poof!s" away. You can now put the icon on your dock again from your newly updated version. If that doesn't fix it drag it off the dock again, probably no need to re-update for the third time. Fixed it for me anyway. GL!

  • Is there a way to change the icon associated with icloud account?

    Is there a way to change the icon associated with my iCloud account? It's currently a rose and i do not like it.

    Welcome to the Apple Support Communities
    Are you referring to your iCloud account picture or your user picture?
    It looks like you are referring to your user picture. To change it, open System Preferences > Users & Groups, press the picture box and choose the user picture you want from the ones that came by default. If you want to select a different picture stored on your Mac, drag that photo onto the picture box.
    If you want to change your iCloud account picture, open http://www.icloud.com and log in with your Apple ID. Then, press your name at the top right of the site and press the user picture. If you put the cursor on the picture box, you will see a button at the top of the box to change your picture

  • When I click on a link in an RSS feed it used to indicate that I'd viewed that particular link by changing the icon to the left of the link. It doesn't do that anymore. [SOLVED]

    When I click on a link in an RSS feed it used to indicate that I'd viewed that particular link by changing the icon to the left of the link. It doesn't do that anymore. This started happening right around the time I updated to Firefox 4, but may have been a little before that too. For some things, like news and web comics it's just a little annoying. For important things like looking for new journal articles for my job, it literally makes my job more difficult. So fixing this would make my day.

    I seem to have solved my own problem. When I disabled the add-on "Tab Renamizer" everything started working fine.

  • Illustrator has not been responding for over a week, I can't open or force quit it. I've already uninstalled, reinstalled, and deleted the preferences folder, but the icon in my dock seems corrupt and is causing the program to not respond and I can't dele

    Illustrator has not been responding for over a week, I can't open or force quit it. I've already uninstalled, reinstalled, and deleted the preferences folder, but the icon in my dock seems corrupt and is causing the program to not respond and I can't delete it.

    Tamara,
    Did you reinstall using the full three step way (otherwise strange things may linger)?
    Uninstall (ticking the box to delete the preferences), run the Cleaner Tool, and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • How to change the icon for print dialog?

    Hello,
    I have a JTable, and with the print() method, I'm able to bring up the Print dialog and successfully print the contents of the table. Example:
    myTable.print( JTable.PrintMode.FIT_WIDTH, myHeaderFormat, myFooterFormat );This works great, but one small detail I'd like to change is the icon in the top-left corner of the dialog. The icon is currently the default Java coffee cup icon, while the rest of my application uses my custom icon. I couldn't find any documentation in the API or tutorials that Java has listed which shows how to change the icon, so I'm not even sure if it's possible (but why shouldn't it be?).
    My question is this: Is it possible to change the default icon in the print dialog? Or do I have to either make my own print dialog somehow, or use a third-party print dialog?
    Thanks

    tjacobs01: Appreciate the assistance (despite your sass). I've already searched the API, tutorials, and this forum. I'm already well aware of the setIconImage() method for JFrame -- after all, that's how I set the icon for my other frames as I previously mentioned. However, I want to set the icon for the print dialog called from the print() method of JTable.
    How would I use setIconImage() for the print() method of JTable? The print() method returns a boolean value, not a JFrame, so I'm just not sure how to implement what you're saying.
    Thanks

  • How to change the icon of coffee on the titile bar

    Hi!
    I am having this problem that
    how to change the icon of coffee on the titile bar
    if someone know how please respond
    Asif

    Next time please post your question in the appropriate forum, since this forum discusses the Java3D API.
    The answer is use the Frame.setIconImage method.

  • How to change the icon for 'windows group' in Java 1.6 [Windows XP] ?

    Hello,
    I was wondering if there is a possibility to change the icon for 'windows group' in Java 1.6...
    I'm using Windows XP SP2. Now the windows from my Java 1.6 application are grouped with the standard Sun icon [screen below] on the group.
    http://img382.imageshack.us/img382/8995/iconbl1.png
    I would like to change the icon for my own. Is there a way to do that ?
    Please help.

    Whichever icon I use for the main frame (I tried few), after grouping the main frame and other sub-frames the icon is changed to standard 'Java Sun' icon as you can see in the screenshot from my first post. The problem occurs only when frames are grouped, when the are separated in the task bar their titles and icons are ok...
    So how can I change the icon/title for the group only (for Java 1.6 in Windows XP) ?

  • How to change the icon of a spot in a dynpro application?

    Hi,
    I am trying to change the icons for the spots on the map in a dynpro application dynamically. Is it possible to change the icon for only some of the spots? If yes, which method should I use?
    The images for the icons are located in the mime repository and I added them to the application in the initialization of the application.
    Thanks and regards,
    Marc

    Hello Mark,
    The intended place for any UI technology is method DETERMINE_SPOT_ICONS of the control adapter. The default impl. resides in class CL_VBI_CONTROL_ADAPTER_GEO. There are two options for changing the icons:
    1. derive your own control adapter impl. and overwrite this method
    2. If the default pin assignment is sufficient you may simply replace the images. To do so provide an alternative MIME repository path to method GET_INITIAL_ZIP_ARCHIVE of class CL_VBI_GEOMAP_APPLICATION
    In the later case all pin images need to be available under the new path.
    Hope the answer your question.
    Cheers Uwe

  • How to change the Icon for a JFileChooser ?

    Has anyone figured out how to change the icon for an instance of JFileChooser from the coffee cup to something else?
    I'm on 1.4
    Thanks,
    Ken

    Never mind. I figured it out.
    You have to use an instance of JFrame in the call to showXxxxDialog(Component c). Set the icon of the JFrame to what you want the JFileChooser's icon to be.

  • How to change the icon in PPOME?

    Hi experts!!!
    I want to change the icon that appears in transaction PPOME, in Detail Area part. I want to put a "Tick" in address flap. I know I have to change it in SPRO Adjust tab Pages in Detail Area, but when I save the changes I make, it doesn't apper, can anybody help me???
    Thanks a lot,
    Regards,
    Rebeca

    Hello Rebeca,
    I am not sure but It all depends on your settings in table T77OMTABS. So perhaps you should check it again steps by steps for scenario OME0 "Organization and Staffing". Hope it helps,
    Kind Regards
    Christine

  • Why can't i change the icon in my flash drive?

    Hi all,
    I've been trying to do a simple task - but the mac won't have it.
    I want to change the icons on my flash drives, using Cmd-I, then copy and paste the icon (purchased from mac),  but all that comes up on the drive is a 'png' file pic.
    What am I doing wrong?
    thanks in anticipation

    THank you so much - I'd like to say 'rookie mistake', but I'm not a rookie!  Just having a bad day.
    Thanks Niel for your help.
    cheers

Maybe you are looking for

  • Songs on the ipod cannot be updated???

    Ive had my nano for awhile and it worked with iTunes. recently i must have done something i shouldnt cause everytime i try to update my ipod i get this message "Songs on the iPod "Chris's iPod" cannot be updated because all of the playlists selected

  • To Load ALV Layout in report selection screen

    Hi... I want the selection screen option for user so that he can select any of the saved layouts. I have done some coding after refering to some threads in here.But I can't proceed further...plz help <b>selection screen</b> SELECTION-SCREEN BEGIN OF

  • Issue with creationof picture in PDF Photo Book

    I have created a photo book. The preview of a particular photo looks good. I have generated the book in pdf format to review, however, one specific picture show an issue in the picture it's self. I deleted the file and regenerated. Again contaminated

  • How to set width of apex_item.select_list_from_lov?

    Hello experts! Sorry to bother you but I can't find out how to set the width of a select list generated in my query. I already had a look at the Oracle Express Api docu but and tried the following to no avail. apex_item.select_list_from_lov(8, a.lng_

  • Hide AP Management IP Address

    I'm looking for a command that will hide the management IP address from clients. Currently with my Intel PROSet/Wireless I'm able to get the access point name and IP address that I'm connected to. I would like to turn that off if possible.