Image can't display

Hi All,
I 'm using this code in my JFrame
image = new imageIcon("http://www.mywebserver.com/imgae1.gif");
but image can't show up after the program start, anyone can help me?
Thanks

Well i don't know if it's only this.
image = new ImageIcon("http://www.mywebserver.com/imgae1.gif");
CU

Similar Messages

  • Photoshop CS6 shut down after using for 5mins; no image can be display on canvas.

    Photoshop CS6 shut down after using for 5mins; no image can display on canvas.

    Thanks for your help.  Actually the problem was solved when turning off the GPU.   In the mean time, I would like to upgrade my Video Card, too.  My existing vedio card detials are as below.  May I seek your advice on any good method other than replace it.

  • Image Blob field can't display in designer viewer & web app

    It's very strange that my Image blob field is showing correctly in designer, but it's displaying nothing in Preview tab.
    After I deployed in to the web application in jboss, there is one error msg output to server console:
    ERROR [BlobFieldPictureCache] com.crystaldecisions.reports.dataengine.be: 某些参数缺少值
    The later part is in chinese, its meaning is some parameters are missing value.
    It's very strange.
    Anyone can help?

    I have fixed the blob image field display issue.
    It's because I have two sql query command in the report although I have joined them together.
    After I have merged them into one, the image can be displayed now.
    However, the error msg still exists.  Looks like not related to the image blob field.

  • JSON content - can't display image after click

    Hi to all,
    I am trying to to load a JSON file and load images with text information.
    I have a problem when i click the thumbnail, the large image can't displayed, i am receiving the following error:
    Failed to load resource: the server responded with a status of 404 (Not Found)
    my code in compositionReady:
    $.getJSON("content.json",
              function(data){
                        for(var i=0; i<=data.length; i++){
                        var s = sym.createChildSymbol("template","content");
                        s.$("title").html(data[i].title);
                        s.$("description").html(data[i].description);
                        s.$("seira").html(data[i].seira);
                        s.$("imageholder").css({"background-image":"url('"+data[i].image+"')"});
                        s.$("imageholder").click("click", function(e){
                                                                sym.getComposition().getStage().$("finte").css({"background -image":"url("+$(this).data('largeimage')+")"});
    And the JSON File:
                        "title": "Titlos 1",
                        "description":"Descrpt 1",
                        "seira": "Number 1",
                        "image": "images/wheel.png",
                        "largeimage": "images/1.png"
                        "title": "Titlos 2",
                        "description":"Inter description 2",
                        "seira": "test",
                        "image": "images/wheel_cool.png",
                        "largeimage": "images/wheel_cool.png"
    I tried also with this code:
    $.getJSON("content.json")
       .success(
              function(data){
                        console.log("incoming data: ", data);
    $.each(data, function(index, item){
              var s = sym.createChildSymbol("template","content");
              s.$("title").html(item.title);
              s.$("description").html(item.description);
              s.$("seira").html(item.seira);
              s.$("imageholder").attr("src",(item.image));
                        s.play();
              s.setVariable( "largeimage", item.largeimage)
    and at the element that hold's the thumbnail image, I added on the click event :
    sym.$("finte").css({"background-image":"url("+$(this).data('largeimage')+")"});
    I believe that somewhere on +$(this).data('largeimage')+") is the mistake. But I can't find it.
    Your help is needed.
    Moreover, how, the thumbnails, can be displayed as a table of 4x5?
    Thanks in advanced.

    Hi Zoze
    you missed some lines, try this, i think this should work for you
    $.getJSON("content.json",
              function(data){
                        for(var i=0; i<=data.length; i++){
                        var s = sym.createChildSymbol("template","content");
                        s.$("title").html(data[i].title);
                        s.$("description").html(data[i].description);
                        s.$("seira").html(data[i].seira);
                        s.$("imageholder").css({"background-image":"url('"+data[i]. image+"')"});
                        s.$("imageholder").data('Large', data[i].largeimage);
                        s.$("imageholder").click("click", function(e){
                                                                sym.getComposition().getStage().$("fint e").css({"background-image":"url("+$(this).data('Large')+")"});
    if you had problem again, let me know
    Zaxist

  • Age Gate restricted Dailymotion preview images are not displayed - why?

    No Dailymotion video preview image, which requires the Age Gate filter to be turned off, is displayed anymore in my Firefox 32.0.1 and 32.0.2, they are all black. It used to work a couple of weeks ago with an older version, and still works with IE.
    Clearing caches and cookies and restarting the browser did not help, adblock is disabled, and all permissions are still on default, esp. to display images is allowed.
    I can select "View image info" from the context menu and then the image is correctly displayed in the pop-up window.
    For all other "nonclassified" videos, a preview image is displayed and mouse-over starts some kind of video preview. The context menu does not have a "View image info" entry here. This is the way it should be.

    Canon PS 9, 10 Canon EOS 300D, 40D ... all my previous cameras, but not all images. As said, there seems to be no rule. Some pictures in the middle of a "roll". But sometimes several events in succession. All images can be opened in Preview. All images can be displayed in the Finder and iPhoto QuickView. If I want to show the images in the preview, are shows the unedited version. If I want to edit the pictures back into iPhoto, then the old edits will become visible again (for some pictures) but they can not be saved.
    I have about 35,000 photos in the library, spread over about 1600 events.

  • The admin page can not displayed completely

    Dear all,
    i have install OracleXEUniv,
    the www login page displayed OK, i can login
    after that i run . for update in rel 3.0 .. ..
    @apexins myadminpassword SYSAUX SYSAUX TEMP /i/
    .. the sql ran finish ok
    but when i try access the address
    the login page displayed not OK, image can not displayed, when i enter username and password, and click login, there is massage 'Error in page'
    how to repair that ? is wrong in my step ?
    i used :
    IE Ver 7
    Os XP
    thanks for anwer

    Hi,
    Make sure you followed the post-installation tasks mentioned in the Installation Guide.
    On a Windows system, you can copy the apex\images directory using Windows Explorer or execute a command such as the following from a command prompt:
    xcopy /E /I htmldb\images ORACLE_BASE\ORACLE_HOME\Apache\Apache\images
    On UNIX or Linux based systems, you can copy the apex/images directory by executing a command such as the following:
    cp -rf htmldb/images ORACLE_BASE/ORACLE_HOME/Apache/Apache
    Make sure that you have /i/ defined in one file (httpd.conf, marvel.conf OR dads.conf)
    -Priyanka

  • RAW images are not displayed

    I noticed today that one of my albums containing old RAW images (3 years old) are not shown in the preview. The images have been modified in an older version of iPhoto, but the change is gone. I can still open through Photoshop or iPhoto but do not see the edited version anymore ... Does anyone have a clue why?

    Canon PS 9, 10 Canon EOS 300D, 40D ... all my previous cameras, but not all images. As said, there seems to be no rule. Some pictures in the middle of a "roll". But sometimes several events in succession. All images can be opened in Preview. All images can be displayed in the Finder and iPhoto QuickView. If I want to show the images in the preview, are shows the unedited version. If I want to edit the pictures back into iPhoto, then the old edits will become visible again (for some pictures) but they can not be saved.
    I have about 35,000 photos in the library, spread over about 1600 events.

  • How can I display images that are not included in any collection?

    How can I display images that are not included in any collection (some filter or smart collection)? A smart collection with parameters "Collection - contains - empty field" does not work. Lightroom 5.

    Thank you! Good idea! I ordered letters of the alphabet (space separated), and it works.

  • How Can I Display Remote Mail Images

    I set my iPhone 3G (iOS4) to NOT automatically load remote image as a means of preventing advertising to spammers that I exist. However, there are notes I receive that I would like to view the remote images - i.e. from my bank, broker and other subscribed to newsletters.
    However, once I turn "automatically load remote images" to off, there seems to be no way to manually load remote images ad-hoc. Am I wrong or have I missed something in the manual? IF there is a way to manually display remote images, can someone tell me how?
    Any help or suggestions would be appreciated.
    TIA

    Sorry I know this is an old thread but thought I would let you know what I have found as I too have been trying to find this out and stumbled across some other threads.
    Looks like this feature is missing and people have been on the case for a few years now! I found some old threads from early 2009, someone even got in contact with apple and the support team didn't know either. So in short even though the manual does indeed say that you can load remote images manually when you have the load remote images setting to off, it looks like we still can't. I am using iOS 4.2.1 and still can't find anywhere where we could load them manually.
    So I found in another thread someone said to send in feedback forms to apple using this link:
    http://www.apple.com/feedback/iphone.html
    I thought this might be a good idea?

  • How can i display image in mx:TextArea Component?

    I found display img tag in htmlText of mx:TextArea component
    is very difficult in Flex Air
    I new a simple air project in flex builder, put the code
    below in it, i put a glad.png file in the src folder, every thing
    is OK, when i run it, image cannot be displayed. why this happend,
    I search the google for the solution, it seems there is a bug in
    air, and told me to use mx:HTML coponent, but that component still
    can not display img tag.
    could any one help me with this?
    <mx:TextArea width="100%" height="100%">
    <mx:htmlText>
    <![CDATA[
    <a href='
    http://www.adobe.com'><img
    src='glad.png'/></a>Click the image to go to the Adobe
    home page.
    ]]>
    </mx:htmlText>
    </mx:TextArea>

    I ran into a similar problem and wasn't able to find a way to have regular Flex components (like Text and TextArea) display <img> tags in their htmlText.  Everything works find in a web-based Flex application, but once the same code was used in AIR, the images just wouldn't display.
    I changed my display to use the mx:HTML component and everything worked fine (I was using only external images).

  • How can I display images in drop down.

    Hi All,
    How can I display images in drop down.
    <select><option>image here</option></select>
    please reply soon.
    anser please
    Thanks

    I have not found html forum..That's just incredible.
    where can i find it ?Sorry, I'm still recovering from that remark.
    please reply soonEvery time you end a post with this, or "urgent" or other such keywords, the forum automatically introduces a 5 minute delay so that will actually make the whole process slower (not faster).

  • How can i display image in RTF template when Oracle Apps running in Windows

    Can any body help how can i display image in RTF template when oracle apps running in Windows Server.
    Thanks
    Ravi

    Hi Ravi,
    You can add images into your rtf template using MS Word Insert Picture feature.
    Did you try this method?
    Thanks
    Ravi
    [email protected]

  • New "Photos" is a piece of JUNK!  How do I get my image numbers to display as imported like they used to? Can no longer make Events or view old events as before either.

    How do I get my image numbers to display as imported like they used to? Can no longer make Events or view old events as before either.
    If this is replacing Aperture and previous iPhoto it is USELESS...WAY fewer options for editing available. New "Photos" is a piece of JUNK!

    Hi.
    I have just migrated my library from Aperture to photos. All seems to have gone smoothly, except for one thing. All of my photos are 'untitled', whereas in both Aperture, and previously iPhoto, the filename was used for the title. If I hit CMD+I and get info, the title is still there as the filename, as I use the filename for all titles.
    Is there a way to batch copy all filenames as photo titles, this was done automatically in Aperture and iPhoto, as when photos were imported the filename was used automatically.
    Any help appreciated.
    Thanks.

  • I would like to add content that changes on a calendar basis, such as 'thought for the day". It can then display a different text or image on a nominated day. Can this be done? Robert.

    I would like to add content that changes on a calendar basis, such as 'thought for the day". It can then display a different text or image on a nominated day. Can this be done? Robert.

    OK Thanks Brad.
    I could use Tockify of course, but wanted to create the same things on an existing site.
    I do not know how to copy the code and get it onto Muse, but that’s OK for now. I will work something else out.
    Robert

  • How can we change the  color of the image for product display for different

    Hi All,
    How can we change the  color of the image for product display for different colors, to be displayed on site.
    jeff

    Hi priya,
    The requirement that you have stated is not a standard feature in ISA CRM. In order to do the same, you will need to modify the standard ISA code in Java. A common path for the solution would be as follows:
    1. Colours
        a. Maintain a text type for Color under the object - PCAT_ITM in Customizing.
        b. Modify the standard search of ISA to search within your new text type as well. (In standard it only searches in Description.
       c. Maintain all shirts colour data in the new type created in step a.
       d. Your requirement will be done!
    2. Price
      a. Use list prices for your shop and assign the appropriate condition type, acces in your catalog.
      b. Modify the standard search of ISA to search on the list prices as well.
      c. This too will be done!
    3. Accessories - This is very tricky, and will require some exploration. However, here's my opinion,
    a. Search for the standard function module, which will return the accessories when provided the product as an input.
    b. Modify this function module according to your requirement and ensure that it can be accessed remotely.
    c. Modify the JSP as in steps 1b and 2b above to call this new remote-enabled function module.
    d. Now you're done!!
    The ISA modification part is not so simple, you need a really good guy like "Sateesh Chandra" who'll be able to handle your requirements. This is all I could manage, hope it is some help to you!
    Thanks & Regards,
    Nelson.

Maybe you are looking for

  • Erasing map data using map loader?

    my n95 8gb seems to just hang and constantly say deleting data please wait... how long should it take? after 15 mins i turned map loader off and hey the maps had been deleted. why does it hang like that?

  • Is color management in Motion causing me grief?

    I'm stumped after looking through support docs and here in the forums, but I'm having problems getting correct color to come through on objects/layers. Here's my problem at a base level (it has other manifestations): 1. Add a color solid (solid1) set

  • Drivers for Epson 3800 printer

    Hi, I am just beginning to learn how to print and would like to set up my Epson 3800, print from Lightroom, using Leopard. From reading all the issues folks have had, my first question is this: Should I even download the drivers that came with the pr

  • Edit XMP-tags for MP3

    Hello Not sure if this is the right forum but I give it a try...   I have used XMP for keyword-tagging a big collection of recordings (MP3)  in Adobe Bridge. Unfortunatley the CreateDate-tag is wrong and I would  like to modify the tags. For image or

  • HT1498 How do I get a refund on a Movie Rental that would not play properly?

    Last night I tried to watch Hugo from my Apple TV and it was all pixelated and I finally gave up watching it. How do I get a refund?