Can I seperate the icon images

In the JNLP file you can specify 3 icon images for 3 different sizes, 64 * 64, 32 * 32 and 16 * 16 pixels.
<icon href="iconStartMenuSize.jpeg" width=16 height=16/>
<icon href="iconDesktopSize.jpeg" width=32 height=32/>
<icon href="iconSplashScreenSize.jpeg" width=64 height=64/>
I know that if you just specify 1, Web Start automatically resizes it to make the other 2. I've heard that in earlier versions of Webstart it only ever uses the first icon you give it, even if you give it 3. Does anyone know if, in version 1.4.2, it will actually use the 3 different images if you supply them?
If nobody knows I'll test it and post the result. This was posted before, I am running into the same problem right now.

can somebody give an answer to this question? I want to put the correct size icon on the desktop, download splash and shortcut.
Thank you

Similar Messages

  • Project published to Mobile Me Gallery, can I change the icon image?

    I there a way to pick a "key frame" for an iMovie projec I have published to Mobile Me in the same way one can pick a "key photo" for a photo gallery published to Mobile Me? For example, I'd like to like those that visit my Mobile Me gallery to see the name of the fictitious movie from my movie trailers as the icon, rather than a random frame from the trailer itself. I've been hunting around, but i can't seem to find a way to do this, Thanks.

    Hi there
    Well, this is a yes and no answer.
    Yes, you could change an icon, But no, RoboHelp won't make it easy. What you will end up doing is massaging the JavaScript code for the WebHelp output. This particular change isn't really for the faint of heart. Oh, and you would likely have to change it each time you generate your WebHelp output.
    I would encourage you (and others) to consider submitting a Wish Form to ask Adobe to put this on their radar for a future version.
    http://www.adobe.com/go/wish
    Cheers... Rick

  • Can't see the icons on Forms Server

    Hi
    I have a little, but at the same time great for me.
    I can't see the icons on the Forms Server, and I have translated
    all Icons to Gifs.
    I need re-compile the forms to apply this changes?
    Where I have put the icons? (The correct path on the Alias of
    Apache)
    Thanks and best regards.
    Carlos Hernandez
    Barcelona

    Hi
    I just got my Apache web server running and added the images
    into a folder in the ORACLE_HOME\Apache\Apache folder. Then in
    the httpd.conf file look for where to add an Alias add in your
    Reports virtual path along with the directory and stop and start
    the apache web server then open the forms. Good luck
    -Nina

  • How can I change the Icon on the JFrame?

    Everytime, when I create an application, the default javalogo will show on the left top concern of the application which using JFrame, how can I change it to the other?

    Have you tried using the setIconImage method like this:
    JFrame F=new JFrame();
    F.setIconImage(Toolkit.getDefaultToolkit().getImage("myIcon.gif"));
    Here is what the API doc says:
    setIconImage
    public void setIconImage(Image image)
    Sets the image to be displayed in the minimized icon for this frame. Not all platforms support the concept of minimizing a window.
    Parameters:
    image - the icon image to be displayed. If this parameter is null then the icon image is set to the default image, which may vary with platform.

  • I down loaded sygic on my iPhone 3s but the icon is missing even in the search but when I want to download it again ,it say this application is present, how can I make the icon to show up

    I down loaded sygic on my iPhone 3s but the icon is missing even in the search but when I want to download it again ,it say this application is present, how can I make the icon to show up

    - Have you tried a reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Try syncing  the iPod to your computer. Then delete from iTunes and sync. that should delete it from the iPod. Then redownload it.

  • I can't see the icon of my iPhone 5 in the iTunes

    i can't see the icon of my iPhone 5 in the iTunes

    Red21Gerard wrote:
    I have an iPhone 4s. My problem is that I can't see the icon of FaceTime and iMessage. I need to use these apps. What should I do?
    FaceTime:
    Check Settings>FaceTime>ON and check Settings>General>Restrictions>FaceTime>ON.  There is no icon, on the 4 & 4S FaceTime is accessed through contacts.  Go into your Contacts, access the contact you want to FaceTime with and you will see a tab at the bottom of their contact card.  You can also access FaceTime by going into your Phone app, select dialling keypad, dial number, press call and an option for FaceTime on the keypad will appear.   It should be noted that FaceTime has been removed from iPhones sold in some Middle Eastern countries at the express wish of the respective Governments.
    iMessage:
    Check Settings>Messages>iMessage>ON.  The icon is the same as your SMS icon. This support document will explain how to use iMessage http://support.apple.com/kb/HT3529

  • My Safari Icon ( Button) is missing in my iMac after I downloaded a update. How can I get the icon back on my desktop and connecting again to the Internet ?...

    My Safari Icon ( Button) is missing on my iMac after I downloaded a update. How can I get the icon  (Button Safari) back on my desktop and connecting again to the Internet ?...
    Thanks for the help    

    Often when people think they've deleted an application, what's really happened is that they deleted its icon from the Dock. In the Finder, select
    Go ▹ Applications
    from the menu bar, or press the key combination shift-command-A to open the Applications folder. If the application is in that folder, drag it to the Dock (not to the Desktop or anywhere else.) The other Dock icons will move out of the way to make a place for it.

  • Accidentally deleted an App Store app.  how can I get the icon back on my home screen?  when I search for it in the App Store it comes up 'open'. thanks.

    accidently deleted an app Store app.  how can I get the icon back on my home screen?  in the app store it comes up 'open' instead of install.

    What happens if you tap on open?
    Remember, if you ever want to find an app quickly, you can slide all the way to the left (iOS 6 and lower) or pull down (iOS 7 and later) to get to an app.
    If you know for certain that you have deleated the app, please try restarting your phone. There are many ways to do this, but the safest way would be to hold down the power button and then slide to power down.
    Once powered down, restart and try to find the icon on your screen. If you still can't find it, go into the App Store and then find the app you were trying to access. It should have an iCloud download symbol since you've purchased it before, rather than saying "install."

  • How can i get the Icons in the output of ALV?

    Hi,
    I am trying to get the Icons in my report output using ALVs.
    i am adding the following line
       line_fieldcat-icon = 'ICON_GREEN_LIGHT'. in my field catalog for getting the respective Icon in the list. but the Icon is not getting displayed?
    May i know whether the above specified line is correct or not? if not, how can i get the Icons in my output using ALVs?
    Thanks and regards,
    Ramesh.

    Hi,
    take idea from this code :
    INCLUDE ICONs.
    WRITE : / icon_green_light AS ICON.
    WRITE : / icon_red_light AS ICON.
    write : / icon_yellow_light AS ICON.
    OR
    add code as per steps below in your ALV report :
    <b>FIRST :</b>
    INCLUDE ICONs.
    <b>Second :</b> in your internal table add : 
    icon type icon-id,
    <b>Third :</b>
    add this value in icon field for green light.
    itab-icon =  '@08@'.
    append itab.
    <b>Fourth :</b> display
    is_fieldcat-tabname     = 'IT_FINAL'.
    is_fieldcat-fieldname   = 'ICON'.
    is_fieldcat-col_pos     = '1'.
    is_fieldcat-outputlen   = '12'.
    is_fieldcat-seltext_l   = 'ICON'.
    APPEND is_fieldcat TO it_fieldcat.
    CLEAR is_fieldcat.
    Reward points, if helpful,
    Sandeep Kaushik
    Message was edited by:
            Sandeep Kaushik
    null

  • HT1600 I have an Apple TV 2nd Gen, iPad 2 and can't get the icon to appear when i swipe from left to right. What am I missing? I am able to get the 'Home sharing' 'user and password on my Mac.

    I have an Apple TV 2nd Gen, iPad 2 and can't get the icon to appear when i swipe from left to right. What am I missing?
    I am able to get the 'Home sharing' 'user and password on my Mac.
    Also using IPad 2 I am able to get the ITunes to accept the user name and same password as the Mac.
    However, the only way I can see the 'Home sharing; icon is in Music on the Ipad. When I tap on the Icon it asks for a password.
    When I give the same password, it is rejected.
    Help!!!!
    Jaxxdiggs

    Personally I think the iOS devices are poor at reconnecting  - Airplay establishes that a link is available but when the iPhone/iPad has been away from the house and rejoins the network i think AppleTV already thinks it's connected with a different IP address and fails to recognise it has joined the network again with new credentials.
    Something along those lines anyway.
    I find that a combination of restarting AppleTV, router and iOS device tends to fix it, but not for everyone.
    AC

  • How can I know the output Image Size of any image with a variable

    I'm having problems with a filter I am writing because I can't enter the output image size(x and y) in a filter without doing it manually with a parameter

    yes, that is currently the only way, but we do realize that it is an issue and are working on solutions.
    thanks!

  • I have an iPhone 4s. My problem is that I can't see the icon of FaceTime and iMessage. I need to use these apps. What should I do?

    I have an iPhone 4s. My problem is that I can't see the icon of FaceTime and iMessage. I need to use these apps. What should I do?

    Red21Gerard wrote:
    I have an iPhone 4s. My problem is that I can't see the icon of FaceTime and iMessage. I need to use these apps. What should I do?
    FaceTime:
    Check Settings>FaceTime>ON and check Settings>General>Restrictions>FaceTime>ON.  There is no icon, on the 4 & 4S FaceTime is accessed through contacts.  Go into your Contacts, access the contact you want to FaceTime with and you will see a tab at the bottom of their contact card.  You can also access FaceTime by going into your Phone app, select dialling keypad, dial number, press call and an option for FaceTime on the keypad will appear.   It should be noted that FaceTime has been removed from iPhones sold in some Middle Eastern countries at the express wish of the respective Governments.
    iMessage:
    Check Settings>Messages>iMessage>ON.  The icon is the same as your SMS icon. This support document will explain how to use iMessage http://support.apple.com/kb/HT3529

  • How can I set the desktop image for client computers?

    How can I set the desktop image for client computers using ARD or terminal?

    How can I set the desktop image for client computers using ARD or terminal?

  • How can i get the icons to stay at the bottom of my screen?

    How can I get the icons to stay at the bottom of my screen even after closing the application?

    When it's open, control-click its Dock icon and choose Keep in Dock.
    (72521)

  • I have an old Kodak Photo CD and Photoshop Elements 11 on Windows 7. How can I open the .pcd images?

    I have an old Kodak Photo CD (1999) and Photoshop Elements 11 on Windows 7. How can I open the .pcd images?
    Please help me open these photos. They are very important to me and I need to access them.
    If I can't do it with any of the software installed on my computer, would someone be willing to open them, save them as jpgs and send them to me?
    Thank you so much, Nancy

    You can get the plugin here by downloading the Extra Content for Photoshop CS3  File 2
    Just be sure to follow Note:Very Important Instructions or the link won't work.
    http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html
    After downloading the PHSPCS3_Cont_WWE.exe, double click on it to extract the contents, probably to your desktop.
    Then in the Goodies folder, Optional Plugins folder, you'll see the Kodak PhotoCD folder
    Open that and copy the Photo CD.8BI to C:\Program Files (x86)\Adobe\Photoshop Elements 11\Plug-Ins
    Copy the profiles to C:\Program Files (x86)\Common Files\Adobe\Color\Profiles

Maybe you are looking for

  • I have accidentally deleted Safari and can't get it back...

    I've read previous topics about this problem, but none of them have solved it for me. I'm running Tiger, and do not have Leopard. I tried the install disc method which involves running the Optional Installs.mpkg file, but that file is not on my insta

  • HT5569 Trying to connect to my Wifi at home...and it will not give me a password box.  Why?

    I fixed it...sorry!  I just reset the network settings and it provided me with password box.

  • New Tranport protocol default in QT 7.1.6 UDP or HTTP

    Having downloaded the latest Quicktime update 7.1.6, I found that none of the QT streams on my website (Auteur TV) worked. I had to reset the transport protocol in QT Preferences/Advanced/Custom to HTTP as the new default is now UDP - and then everyt

  • Help help everything gone!

    so when i open my finder i decided to rename the House looking thing, sorry I'm new to mac, and now all my photos that were in iphoto are gone. I don't know what i did wrong and its as if I've reset everything. Whats going on?

  • WRT 610N and DHCP Address table

    I have a wired PC, network printer and several wireless clients attached to my WRT610N. When I boot the wired PC(Vista), it no longers display in the DHCP client table. All other clients display. Also, I loose connection to my Airport Express. I do g