How to moving image or graphic on the JPanel??

Hi,
Everybody got any idea to do using mouse listener to click and moving the image or graphic and then to put the object at any coordinate on the JPanel???
Thank to reply..

You don't
You cannot use other countries itunes stores.
Sorry

Similar Messages

  • How to share image and text in the share contract

    Hi,
    I want to share a movie( title and link of the movie ) from my app to another apps ( whatsapp,facebook etc ) for that i have used following code. but How can i add image to that share if i have web url of the image ( https://i.ytimg.com/vi/J-wiPP76FqQ/mqdefault.jpg
    ). Please help me
    private void RegisterForShare()
    DataTransferManager dataTransferManager = DataTransferManager.GetForCurrentView();
    dataTransferManager.DataRequested += new TypedEventHandler<DataTransferManager,
    DataRequestedEventArgs>(this.ShareTextHandler);
    private void ShareTextHandler(DataTransferManager sender, DataRequestedEventArgs e)
    DataRequest request = e.Request;
    request.Data.Properties.Title = shareContent;
    request.Data.SetWebLink(videoId);
    public async Task share(string content, string videoId)
    RegisterForShare();
    this.shareContent = "Watch " + content + " on ";
    this.videoId = new Uri("http://www.youtube.com/watch?v=" + videoId);
    DataTransferManager.ShowShareUI();
    Thank you

    Hi Ashia Hassan,
    Based on your description, I know that you want to share image and text in the share contract in the Windows Phone Runtime app, then please try to refer to the following article:
    https://msdn.microsoft.com/en-us/library/windows/apps/xaml/Hh871370.aspx .
    Besides, this similar thread may help you, please try to check it:
    https://social.msdn.microsoft.com/Forums/windowsapps/en-US/9bc7f8fd-0b0c-406e-875d-432d6f196419/need-to-share-image-text-using-share-contract?forum=winappswithcsharp
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to view images which resides in the database using JFrame.

    Hello defts,
    Im developing an application using swings. I need to display a image in a JFrame during an button click event. where that image resides in the database.

    the image shouldn't be in the db, just the path to the image location.
    so, open the db, get the location, close the db, get the image from the location,
    then either add the image to the frame via a JLabel or a JPanel (and its paintComponent()).
    when you add/remove components to the frame you will need to call
    frame.validate();, and possibly also
    frame.repaint();

  • How to display image from wamp if the data type i use is blob?

    please help me with the problem of displaying image from wamp if data type is blob. Thanks

    Don't store the images in the database. Store the image file names in the database and put the images in a folder.

  • Duplication issue related to photo stream, Moments, and how iPhoto handles images coming in from the stream.

    Pre-iOS 8 deleting photos from the stream was easy & comprehensive while within the 1000 pic/30 day window. Deletions affected ALL DEVICES, including the iPhoto Library. It just worked. This was controlled from the Cameral Roll.
    Now that the Camera Roll is back, the function described above wasn’t restored. Streamed images are copied to the Library and do not get removed as before when deletions happen from the Camera Roll or from the Streamed album.
    In iOS Moments LOADS of duplicate pairs appear as a result. One of each pair has a trash can and the other doesn’t. The trash can one informs the user that the photo will be deleted from the stream and all devices, but it does not delete the image from the Library on the Mac.
    Can we get the pre-iOS8 image management from Cameral Roll back without having to re-delete images from iPhoto Library on the Mac. Otherwise what’s the point of the photo stream?
    Mac Pro w/10.9.5
    iPhone 6 w/ iOS 8.1
    iPhoto 9.5.1 w/ 8052 images
    Using photo stream, but NOT iCloud betas

    Anything you save to the camera roll automatically gets put into the photo stream. You do not need to import and export to the computer as ckuan said. I have saved from email and the web and when they get saved they go into the photo stream automatically.

  • How to display image when we click the mouse.

    Hi i am new java programming . And i need your help to slove my problem.
    I am asked to write a program which displays 2 images in a window.And when i click any one them ,that image should be displayed in a new window in full screen.Any kind of help is appreciated.Thanks in advance.

    We'd be glad to help, but first our prerequisites are that you post your current code and ask a very specific question concerning this code. These questions are answerable while "And i need your help to slove my problem." aren't. They're too overly broad to pin down.
    Much luck!

  • How do I place a still graphic in the same place as a flaash animation for devices that do not suppo

    How do I place a graphic in the same place on the site that features a Flash animation for devices that do not support as in IPad?

    Why not replace your Flash animation with a web friendly jQuery slideshow or rotating banner?
    http://jquery.malsup.com/cycle/
    http://wowslider.com/
    http://nivo.dev7studios.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Importing image or graphic onto working layer?

    I am using Photoshop cs4
    When I work in Flash I can import a image or graphic to the library or directly onto the stage...My question is...Can I do this in photoshop?
    Thank you

    That was easy, Thank you very much.

  • How to change image position in PanelStrecthLayout  using css?

    Hi All,
    I am using JDeveloper 11.1.1.6.
    My Scenario is I need to show the image front of the Panel Stretch Layout .I tried to set like Style Class and change the Z-index but it's not working ,
    My Design Like :
    <af:panelStretchLayout id="psl3" inlineStyle="background-color:red" styleClass="ImageStyle">
                          <f:facet name="center">
                            <af:panelStretchLayout id="psl2" topHeight="40px"
                                                   inlineStyle="margin:20px;">
                              <f:facet name="center">
                                <af:panelGroupLayout id="pgl3" layout="vertical"
                                                     inlineStyle="background-color: Green">
                                  <af:panelGroupLayout layout="vertical" id="pgl4"   inlineStyle="margin-top:10px;margin-left:10px;background-color:Green">          
                                  </af:panelGroupLayout>
                                </af:panelGroupLayout>
                              </f:facet>
                            </af:panelStretchLayout>
                          </f:facet>
                        </af:panelStretchLayout>
    My CSS Codes :
    .ImageStyle{
    background-image: url("../img/sampleimage150x100.png");
    z-index:9999;
    background-repeat: no-repeat;
    How to show image in-front of the layout not it's hiding behind the layout ...
    Thanks..

    Hi,
    normally you would use skinning to skin the components. I don't think that layers make a different because with the stretch layout there are no overlapping layers. So maybe we should start with the use case you are trying to implement, I am not sure I understand the sentence: "I need to show the image front of the Panel Stretch Layout". What does this mean "in front" ? Do you want it to hide the panel stretch layout ? What is the use case?
    Frank

  • I created a signature ID and customized the signature; however, when I go to sign it only shows the name layout or graphic image? How do I go back to using the certificate?

    Dear Forum
    I was using Adobe version XI and the signature feature disappeared from the menu. Now I downloaded Acrobat Reader DC. Using the menu and instructions I created a signature ID and customized the signature; however, when I go to sign a document it only shows the name layout or graphic image? How do I go back to using the certificate that I created?
    Any help would be greatly appreciated.
    Regards
    Carlos

    Firefox works fine on Windows 2000 SP4 for me.
    Any chance you have a dial-up connection that uses a web accelerator to speed the loading of content?

  • Moving images from one library to another; or how to have 2 libraries open at the same time in Aperture 2

    This may be something easy but for some reason I am having a hard time figuring this out. Basically this is the situation: I have a library on my MBP hd that I import pictures to when I am not hooked up to my external hd for the time being. The main library is of course on the external 2tb drive. How do I have 2 libraries open so that I can essentially drag and drop the pictures from one library to another? It would basically be like moving files from one project to another. Thanks for any help!

    Always keep a backup of your original images, before you delete them. I make a backup right form the card, before I even import them to Aperture.
    How are your images stored right now? Are the referenced or managed? On your big volume I'd consolidate the newly imported images, to be sure they are really inside the Aperture library before I delete any images outside the library.
    but they have the little yellow triangle caution symbol on them and I can see them but not really edit them
    That is a very typical problem, when you imported your images as referenced images then somehow delete or move the original master image files, that are stored outside the Aperture library.
    Do you still have the original masters of the images with the yellow triangle that you cannot edit? In Aperture 3 you can point Aperture to the location of the master image file "File >Locate referenced image" - probably Aperture 2 has a similar command to let you reconnect your masters, if you still have them. Look into the manual.

  • MOVED: how to make a good flow in the case?

    This topic has been moved to Off Topic Technical.
    how to make a good flow in the case?

    Browser variation is something we must all deal with.  For best results, begin projects with a clear idea of what type of layout you need (1-column, 2-column, 3-column or Multi-column grid).  Then get a CSS Layout that meets your requirements.
    PVII CSS Templates are rock solid & thoroughly tested to perform well in all browsers (commercial product)
    http://www.projectseven.com/products/index.htm
    CSS Layout Magic (commercial extension for Dreamweaver)
    http://www.projectseven.com/products/templates/pagepacks/cssmagic/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How do I add video in my Photoshop images and graphics? I need it to play in Adobe Acrobat when I'm done.

    I designed an electronic press kit and I need the video to play on it. I'm getting the video link from YouTube so I was wondering how to make that happen. I already tried putting the YouTube link behind the video layer so it can be clickable in Acrobat, but when I sent it to the online magazine forum there was a lot of lines in it. I saw this YouTube video on how to do it but it requires ImageReady TUTORIAL-Add video to your Photoshop images and graphics! - YouTube. I don't have the Photoshop to ImageReady button in my PS....HELP! How do I get this done?!?!?

    That tutorial is extremely old. ImageReady was last used in CS2. In other words that program no longer exists.
    Luckily video made its way into photoshop so you can easily import your video into photoshop.
    Instead of an animation panel, it is now called the timeline panel. When the panel first opens it will ask you if you want an animation or a movie. Choosing movie will reduce the number of layers required down to just 2, one for the movie and one for the TV image. Since this is a timeline, you can split the timeline to remove any portion of the video you do not want or need to add an effect to that area of the timeline. Each time you split the video, it will move it to a new layer for you.
    You can still export as an animated gif by using the File>Save As dialog box. or You can export as a movie and choose another video format. Which format and codec you can choose will depend on how many other video apps of Adobe's you also have installed.

  • How do I display Canvas Graphic image (Not Iconic button) from jar file

    Hi all,
    I am currently using Forms 10g.
    I have gone through the tutorials on how to add Button Icons into Jar files for web enables forms .....so far so good
    This however does not explain what I actually want to do... since "graphic images are by nature embeded in the for rather than referenced ......so here goes ..
    I have a forms 10g application where all the individual form modules/canvases display a big banner (covering top 20% of the screen). This was done by importing the image straight unto the content canvases. As you know this now becomes a "graphic Image" now embeded(& not referenced by file name) on the canvas. Also bear in mind that this is actually different from an "Image Item" which is a block object.
    I dont know if this is possible, but what steps do i follow to make the image part of a jar file as opposed to my current situation. Please let me know if possible or not so I stop waisting development time looking for answers :)
    Another question is how do i make this jar file a library object so that we can vary the image as we wish
    NB: one other trick which i can think of is to create a giant push button across the screen to display the image and then stick it in a jar file !
    Cheers
    css_jay99

    I don't know about embedded images imported in from the builder, but there is a way to use READ_IMAGE_FILE into a BLOCK.IMAGE_ITEM where the images are all in a jar file stored on the OAS.
    Metalink Note:137397.1 explains it in details.
    Tony

  • How to import images that have the same name as images already imported

    I am trying to import images into LR3.  I have a number of images with duplicate names.  Some of them are duplicate images that I simply have stored in different directories and some are images that are not duplicates but have the same name.  LR3 refuses to import any images that has the name of an image that has already been imported.  Is there anything I can do about this.  If not, it kind of makes the softwares useless to me.
    In hopes of a solution . . .
    --Kenoli

    Thanks.  I'm sure making sure all file names are discrete makes sense.  I guess I need to find some kind of bulk re-name utility. 
    Additionally, I am dealing with a very large set of unorganized images and one of the uses I would like to put LR3 to is to organize the images into directories and get rid of duplicates while inspecting them to make sure that I don't trash differing images with the same names.  One of the challenges is identifying these images so I can re-name them.
    I have been working with Apple's Aperture, which doesn't rely simply on the name to identify images since it uses a more complicated algorithm to differentiate images from each other.  It is one thing I really like about Aperture.  What I like about LR3 is that it lets me use actually file directories to store images rather than moving them into its own file system like Aperture does.  I don't like having files locked into a system that is software dependent.
    Also, I finally found the checkbox that tells LR to import "duplicates."  I couldn't find it before.  I don't find LR3 as intuitive as I'd like.  I've always had to spend more time figuring out how Adobe software does things than I would like. I've had little luck with Adobe's support site, aside from this forum.
    Thanks for you helpful suggestions.
    --Kenoli

Maybe you are looking for