Making my application icon/image

Okay, so I've finished making my program and want to give it it's own icon. I have the image I want to use, I know how to open the info and copy and paste into it but I cannot figure out how to make it transparent. Even if the image I'm copying and pasting is transparent it ends up creating a white background when I try to turn it into my application image. I tried making an icon file and succeeded, it has a transparent background and everything but it's still creating a background.
Does anyone know how to do this?

When I make icons I usually use this program.
http://www.apple.com/downloads/macosx/icons_screensavers/img2icns.html
You might give that a try. I have also had a difficult time in the past with icon backgrounds.
On a side note, if it is an applescript application, I have found that it is actually better to right click on the application then 'show package contents', then rename your icon file "applet.icns" for some reason if I just paste it into the get info section later it will be lost.
Hope that helps a little.

Similar Messages

  • Making the right icon for Mac OS X application...

    I have a few questions about making the right icon and whether the icon is perfect for OS X. For starters, what should I consider making. I know that's beating around the bush, but what make's a Mac OS icon good? Another would be, what would the sizes be. I know how to use "Icon composer", but my icons always seem very small in the dock compared to others.

    etresoft wrote:
    I think in 20 years I've only been able to make one halfway decent icon.
    I think the problem is that it's actually art... it takes an artist like Susan Kare to make truly magnificent icons. And there's something to be said for simplicity, or at least economy of pixels.
    http://www.kare.com/portfolio/03applemacicons.html

  • How Do I get icons image directory to work in a JAR file?

    Yes, I must admit after going through the tutorial and other stuff I am stiil stumped
    I have an application that uses the jlfgr icons for the toolbar, and it works fine as long as i actually run it from the directory that it is in.
    I would like to put in into a jAr file, and be able to execute it from other places.
    I have a Directory named PhoneBook
    in that are the classes I use
    AddressBook - the main class
    PersonEntry - The 'data class'
    and various other things like FileFilters.....
    inside that directory there are two more:
    images - contains all the icon images
    Data - where the default 'database' entries are stored.
    I use code like this:
         private void fillToolBar( JToolBar bar )
              Dummy = new JButton(new ImageIcon("images/New16.gif"));
              Dummy.setActionCommand("New");
              Dummy.addActionListener(this);
              Dummy.setToolTipText("New");
              bar.add( Dummy );
              // etc etc
    to get all the icons into the toolbar
    I have made a Jar file that has all the classes and all the directorys with the icons in it
    and so the program runs, but does not get the icons for the toolbar, I just get a whole load of 'dud' buttons.....
    AS this is the first time i've ever got the GUI to look right rather than just the code functioning properly
    I'd like to get the whole thing in a working Jar file
    So Could someone show me Step By Step, How I get my classes and images into a Jar file
    so that i can from a different directory go
    java - jar Phone.jar
    and have the GUI come up with all the images, assuming I'm totally thickheaded when it comes to Jar files.?
    I also can't get the images to show up if I merely run the 'program' from another directory than the one it is compiled in
    I can get the program to run, just not access the images with something like
    java -cp blah/blah/blah AddressBook
    {the main class is AddressBook }
    the data directory can be anywhere as I use a JFileChooser to allow the user to open and save desired files.
    I really would appreciate some clear workable help. {though I'm running out of Duke Dollars...}

    What you need is a correct path to the directory
    inside of the jar. This can be accomplished by adding
    a line to your main program like this:
    URL
    url=myProgram.class.getResource("images/New16.gif");
    Dummy = new JButton(new ImageIcon(URL));
    where myProgram.class is the name of the class
    file that contain the main method.
    Hope this helps....
    ;o)
    PS: I don't want your dukes...I got them coming out of
    my ears!
    O.K, that works thank you.
    I put something like:
    for all the 'buttons' in the toolbar
    URL url = null;
    Class ThisClass = this.getClass();
    url=ThisClass.getResource("images/New16.gif");
    Dummy = new JButton(new ImageIcon(url));
    Dummy.setActionCommand("New");
    Dummy.addActionListener(this);
    Dummy.setToolTipText("New Database");
    bar.add( Dummy );
    etc for all the rest of the 'buttons'
    After Reading the API docs on URL's etc I'm still not sure as to why it works, but it does....
    I am able now to place the class files in a jar along with the images and it all works fine
    although now I don't quite follow all my code....................
    I assume that
    url=ThisClass.getResource("images/New16.gif");
    returns some sort of 'relative url ' ???
    Thanks for the help though.

  • 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 get File Type Icon Image

    how get File Type Icon Image (Windows )
    FileSystemView.getSystemIcon( File );works in swing application, can not be used for javafx.scene.image.ImageView;

    Hmm, good question.
    Looking at the FileChooser, it looks like the native chooser is used so possibly the JFX guys didn't have to expose access to the icons to make it work. You might want someone to confirm, but my guess is there is no equivalent yet in JFX.
    Assuming there's nothing, you could try the hacks in here to convert the image: Image conversion between AWT and FX
    Failing that you're probably looking at raising a JIRA feature request to get it in a future release.
    Cheers,
    zonski
    Did you find this answer useful? If so, please mark as 'Correct' or 'Helpful'.

  • Cannot show icon images

    I just try to upgrade my 6i application to 10g web base. I sucess to run my application on browser. However, I cannot show icons image. I have followed the doc "Forms9iAS Forms Services How to deploy Icons", but still failed.
    Is there any doc teach me how to deploy icons in Forms Services 10g? (not 9i)
    or any hints can tell me?
    Thanks a lot !!!

    Hello,
    1) if you choose to have icons as gif, use the following in a batch file:
    rem====
    jar cvfm iconeweb.jar *.gif --- name the file: jar_icons.bat
    rem=====
    put the icons images in a directory together with jar_icons.bat
    2) run jar_icons.bat
    you should see a new file in the directory: iconeweb.jar
    copy that jar file in the directory /forms/java of your developer install directory.
    3) open the formsweb.cfg which you can find in /forms/server in the directory where you installed developer 10g
    Look for the line that has: archive_jini
    Add the following: at the end of this line: ,iconeweb.jar
    save formsweb.cfg
    if you are running your app from a named config, you should also make the change to that section too.
    4) restart your browser that the new jar is downloaded.
    5) open your java console: it is the small coffee icon you see in the systray. In it, you see a line with iconeweb, If you don't see it, it means the jar file is not found. Then, you should make sure that the forms/java path is indeed in the forms_path registry key .

  • App-V 5.0 SP1 application icons not showing up

    Hi,
    I've set up clean App-V 5.0 SP1 environment (Server, Sequencer and Clients). Published applications works when accessing them from %Localappdata%\Microsoft\AppV\Client\Integration\... folder, but for some reason the application shortcut icons are not showing
    up correctly either in start menu or in desktop (defined desktop folder for shortcuts in App-V Server settings just for test).
    So, there is this shortut on start menu, but it's not showing application icon and when opening shortcut properties it does not show application, it only shows "start in" folder (which is %localappdata%\etc..).
    I've tried this now on Windows 7, Windows 8 and on 2008R2 server (rds client). Same "error" appears on all machines, and application icon is not showing up correctly.
    Matti

    That sounds very strange. Have you checked out the event viewer logs? You should enable the Advanced view and check them out. Also may be worth while making a copy of the .appv file and renaming it to zip, opening up and looking for the shortcuts in the
    AppXManifest.XML file...see if you notice anything a miss there. Also the most obvious would be to take a copy of the package, open it for upgrade and ensure the shortcuts appear under Shortcuts and FTAs.
    PLEASE MARK ANY ANSWERS TO HELP OTHERS Blog:
    rorymon.com Twitter: @Rorymon

  • Table or list for icon images and their explanation?

    Hello,
    In our user manuals we have descriptions of icons next to the respective icon image. Until now I've always used a table, but the predefined table elements in DITA don't allow for a narrow first column and wider second column. I appreciate any suggestions how I can do this in structured FM.

    Hi ABJB,
    I don't know enough about DITA to say whether it should or should not be possible to set custom table widths. I do remember working with the spec in the past and there was something about a lack of attributes in which to store table widths, so I had to borrow some other attribute and do some fancy XSLT work to jam the data into another attribute. Anyway, the relevant point is that someone either needs to tell you how it can be done, or, if it cannot be done, then you can either:
    - Modify the DITA structured application to make it store table widths, so the data is preserved when it goes to XML and back
    - Use your own custom structure definition
    By the way, I'd like to clarify something about "structured FM"... Structured FM is the same old FrameMaker you've always known, except that structural markup is applied to your content and gives you lots of help with the automation of format. So, you can make column widths whatever size you want, tables look however you want, etc., and when you save to binary *.fm format, all the layout is naturally preserved. In your case, though, you are attempting to use structured FM to edit XML files, which is somewhat of a different story. The structured interface is very good for this and when everything is properly configured, XML files open up looking like normal FM structured documents (like the DITA XML files). However, for lots of formatting properties such as table widths, there must be some kind of instruction behind the scenes that tells how to write that data into the markup, otherwise it is simply lost. It is possible that the DITA structured app (and the DITA spec) lacks that ability and hence the column width data is lost when the content goes to XML.
    So anyway, that's a long windy explanation to emphasize that nearly anything that is possible in unstructured FM is possible in structured FM. It's when you start saving in XML format that you have to account for formatting artifacts.
    By the way... do you need XML for anything? Lots of people find that structured FM alone serves their needs.
    Russ

  • Application icon

    Hi,
    is there a tool that supports the creation of the 57 x 57 application icon?
    thanx
    Christian

    factoryGuy wrote:
    But you have to be very careful that when you design the 57x57 icon, you use the correct DPI
    Not true, sorry. Again, wrong/outdated information.
    Did I see terminal on that list? Hand writing PNGs in VI are we?
    Yes, I said terminal, because as one example you can use it to change the file name suffix on an existing file to do what you want with your new task. If you have an image/file that already meets the requirements except for the file name/suffix and you happen to be one of those people that loves working with the command line, this would make your day - one tool out of many...just for starters - it is listed to help those users with those skills. I made that list to help everyone. I'm dense like that...especially when I have to read users minds in terms of their skill levels.
    Are you new to computers and graphic image creating and handling or just iphone app dev work. Either way, we're here to help, so don't worry too much.

  • I am creating application icons for iphone

    I am creating icons for an iphone/ipad application developer and the application icons are loaded into the application the tranparent areas are turning black. Is there a way to fix this?

    Don't attempt to use transparent application icons.
    Application Icons
    Ensure that your icon is eligible for the visual enhancements iOS provides. You should provide an image that:
    Has 90° corners (it’s important to avoid cropping the corners of your icon—iOS does that for you when it applies the corner-rounding mask)
    Does not include a drop shadow
    Does not have any shine or gloss (unless you’ve chosen to prevent the addition of the reflective shine)
    Does not use alpha transparency

  • Mobile Theme and Icon Image

    Dears,
    i use apex 4.2 , and i build mobile application , how can i change theme and use icon image ?
    like this example
    http://apex.oracle.com/pls/apex/f?p=13716:101
    regards,
    Ahmed

    It is not currently possible to have multiple cell editors within one column of a table. However this is a feature that SAP is developing for NetWeaver 7.02. 
    The workaround today would be to generated some extra "dummy" columns to hold the icon/images.

  • How to make an icon image using Photoshop

    I found out how to do this recently so I decided that I wanted to make a tut for those who don't know how to make an icon image. This icon image is for the libraries tab on your computer. Under the libararies tab there is Music, Pictures, Documents, and Photos
    First you will need the ICO (Icon image format) Format extension for photoshop which can be downloaded here:
    http://www.telegraphics.com.au/svn/icoformat/trunk/dist/README.html
    The download link and tutorial on how to install it is all in the link above.
    Once you have that all set you can now launch photoshop to create your icon image. Once you have launched it, create a new document with the size as in the image below.
    [IMG]http://i1297.photobucket.com/albums/ag25/dusty951512/256x256_zpsbf3dcf8e.png~original[/IMG]
    Create the image you want. I used a simple one by using the custom shape tool by pressing "U" on your keyboard and with the
    basic blending options.
    [IMG]http://i1297.photobucket.com/albums/ag25/dusty951512/IconImage_zpsd788c709.png~original[/IMG]
    The reason why the image is pixelated is because it is an icon image. Since the image is only 256x256 pixels when you zoom in on it that will get you the pixely result. The reason why I zoomed  in is so you can see it. But don't worry this is no the end result. Just continue reading and you will see.
    So once you have created the icon go ahead and press
    file>save as>(under format choose the ICO)>and choose the name that you want to name it. And save it in your C: drive. You will see why to save it in your C: drive in a sec.
    [IMG]http://i1297.photobucket.com/albums/ag25/dusty951512/SampleicoPic_zpsd252bfba.png~original[/IMG]
    So now that you have created the icon and saved it now you can create the new library.
    [IMG]http://i1297.photobucket.com/albums/ag25/dusty951512/NewLibrary_zps8ca703b2.png~original[/IMG]
    Name the library whatever you want I named it "Sample" for tutorial purposes. Notice how it gives you a default boring icon image for your library.
    [IMG]http://i1297.photobucket.com/albums/ag25/dusty951512/Sample1_zpsb5472840.png~original[/IMG]
    So now once you have created and named your library now it is time to get the icon image into place.
    Go to computer/c: Drive/users/YOU/ And now once you have reached this area you will need to access a hidden folder named "appdata" to do so press "Alt" then a menu bar will show. Click
    tools>folder options>and view. Find the option to view hidden folders then press apply then ok. Now we shall continue so AppData>Roaming>Microsoft>Windows>Libraries
    Now you should see all the libraries including the one you just created.
    [IMG]http://i1297.photobucket.com/albums/ag25/dusty951512/showhiddenfolder_zpsad4a3c94.png~orig inal[/IMG]
    [IMG]http://i1297.photobucket.com/albums/ag25/dusty951512/Libraries_zpsf6243bc0.png~original[/IMG]
    Once you have reached your destination then open a new text document with notepad and drag the library you just created in notepad. The result should look like this:
    [IMG]http://i1297.photobucket.com/albums/ag25/dusty951512/Notepad_zps251a86f0.png~original[/IMG]
    once you have reached this point click at the end of the second to last line down then press enter and enter in this information
    <iconReference>c:\"NAME OF ICO FILE YOU CREATED IN PS".ico</iconReference>
    Example:
    [IMG]http://i1297.photobucket.com/albums/ag25/dusty951512/iconreference_zps1c1a3eca.png~origina l[/IMG]
    Once you have entered that information go to file>save and the icon image should appear on the library you created.
    [IMG]http://i1297.photobucket.com/albums/ag25/dusty951512/Finished_zps267f893a.png~original[/IMG]
    Now you are officially finished. Go and spread the news and joy. Bye for now
    -Dusty951512

    It is Windows only because all those screen shots are exclusively Windows, the file structure and paths do not resemble those of the Mac in the least.  As a Mac user, there's nothing I could take from your tutorial.  Sorry, 
    No drives named with letters like C: on the Mac, for instance.  No backward slashes either, ever.  No such paths either.  No "Notepad" on the Mac, we use TextEdit; but such a text editor is not remotely needed on the Mac to make and/or edit icons.  Etc.
    Those folders are not even called "Libraries" on the Mac…  Nothing resembling your tutorial at all.
    The icons in the Finder's Sidebar are not customizable at all in recent version of OS X.
    =  =  =
    You can edit any post of yours only until someone replies to it.  At this time your post is not editable by you any longer.

  • My iphoto library folder with files of my pictures is missing from the pictures folder, only the application icon remains.  I have read through similar discussions but have not managed to fix the problem with the recommended solutions.  Can anyone help?

    I have a Macbook Pro with iphoto '08 running on Mac OS X version 10.5.8.  I used to be able to go to my pictures folder on my HD and access my pictures via that iphoto library folder.  There used to be a small arrow next to the iphoto icon with all the albums then listed within the folder (to the right).  That arrow is now gone and all I have is the iphoto application icon which just reopens iphoto when I click on it, but I want to be able to access the data files.  Somehow I do have files btwn 2008 and 2009 but it hasn't created these since then...Could someone please help me to restore this ability?  I have read other similar posts but they seem to be related to lost data all together and I do luckily have all my pictures in iphoto still. I just can't access them in the pictures folder which means I can't access them on my external hard drive.  I am now out of start up disc space somehow so I figured I had to delete some albums (I have 12,090 pictures) and do have them backed up but want to make sure I can go back for them when I need them.  I did export all the pictures to a folder on the hard drive but it is all 12,090 in one long list with only numbers as names and not in any order, this will be a nightmare to access later!  Please help!  Thank you!

    You can’t open your current photo library using this version of iPhoto.
    That indicates that that is your library.  Put it in your Pictures folder if it already isn't there and make sure it's named "iPhoto Library".  It should look like this:
    Now launch iPhoto with the Option key held down and select that library to open.  If you get that same message close iPhoto and try the following;
    Apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • The itunes application icon on my dock does not bring up itunes.  Haven't had a problem with this in the past.

    The itunes application icon on my dock does not bring up itunes.  I have no problem accessing itunes from my iphone though, so I believe it is computer related rather than an itunes issue.  Haven't had this problem before.

    Does the icon in your dock look like this?
    Can you open iTunes successfully from your Mac's Applications folder?
    Are you running the current version of iTunes (11.2.2)?  If not, get it from here:
    http://www.apple.com/itunes/download

  • Application icon doesn't open

    Today out of the blue Photoshop will no longer maximize a window minimized to the application icon.
    I have tried resetting the .plist file and resetting Photoshop neither have solved the problem.
    I can long click on the icon and see and open the minimized window like Expose but that's the only way I can maximize the window.
    All other apps work fine. It's just Photoshop.
    Any assistance would be greatly appreciated.

    Please post the solution so it will help others, and mark this topic as "solved" so it is easier to track the status when browsing the forum.

Maybe you are looking for

  • Price can not be determined for pr in cj20n

    hi i am making pr in cj20n before saving message is coming "<b>Price cannot be determined for material 4000008727 Message no. CO283 Diagnosis An error occured when determining the price of a requisition. Possible causes: •     The system could not de

  • 802.1x Broken after upgrade to 7.6.100.0

    Hi, We are using an OEAP600 AP and reciently moved to version 7.6.100.0 (5508 WLC)to support split tunnel printing. 802.1x is being performed on an NPS server for wireles policy. Everything appears to be ok on the WLC configuration side - when debugg

  • Parts of FCE finished movie looks distorted on HDTV

    i took a rough cut of a sequence i'm working on and exported it to quicktime in FCE, then took the resulting file and used toast to create a DVD. my purpose was to check to see how the safe area markers in FCE worked in my real life home TV situation

  • System error: the object US  has no relationships

    HI experts, I am facing the issue when we replicate HR org structure from r/3 to SRM. we are doing it from past 6 months everything was going fine but this time when we do it we got the error "System error: the object US  has no relationships". I hav

  • Cisco aironet 1142 -- LIGHTWEIGHT

    Hello, Good morning      Can anyone help me with the case below?      We have a Cisco aironet 1162N connected to a Wireless Controller (LIGHTWEIGHT mode), the device failed and it needs to be replaced.      We have a Cisco aironet 1142N in stock avai