How do i take snapshot of desktop?

Hi using java program i need to take the snapshot of my operating system's desktop and display it in the JFrame. So how do i take a snapshot of my desktop?

Thanks. I also just looked at Robot class and found the same.

Similar Messages

  • How do i take snapshot since installing windows 8

    how do i take snapshot since installing windows 8

    This is a forum for Adobe Reader for Windows 8 Tablets.  For general questions regarding Windows 8, you can find answers to your question in a Windows 8 user forum or Google search.

  • Bex Analyzer Workbook Refresh - How to prevent take over of desktop

    Hi there,
    I believe the answer to this queston will be use bex broadcaster but I will try and see if someone has any other experience.
    One of our upper mgmt directors is frustrated because when he refreshes the bex analyzer workbooks, the refresh takes over his desktop.
    He will kick off the refresh and then wants to go to another task - Like checking something on AS400 screen - or going to check his email - or working in word.
    The refresh of the workbook is long running and has several queries to refresh so it monopolizes his desktop.
    He will go to the other screens but bex refresh keeps popping up and taking over.
    I do not know any other way to have it run in the background unless bex broadcaster is used.  Unfortunately, we are in the process of getting that upgraded and it is not available at this time.
    Does anyone have any experience with having the excel refresh run in the background?
    Thank you,
    Lynda

    reporting agent will be helpful in caching the report...this article will explain you on the steps to do so
    http://www.tnsr.eu/fileadmin/user_upload/Documenten/PDF/How_To/How_To...Perform_Tuning_with_the_OLAP_Cache.pdf
    reporting agent has been replaced by information broadcasting in BI 7.0, you can try this out by going to rsa1old and caching the report.
    Hope this helps.
    rgds, Ghuru

  • How do i take a snapshot with my iSight?

    i would like to take a digital photo using my iSight, but i have not come up with how to do it. what programs can i use and how do i go about executing this?
    thanks!

    There's a nifty shortcut to take snapshot in iChat. Just hold down the Apple key and you can drag the picture out of the video window and drop it onto the Desktop or right into an email.
    -Ken

  • How take snapshot of the screen and save it as jpg

    Dear Friends,
    I need to take some snapshot of the screen but i want to move with the mouse a square and then resize the square to define the area to take snapshots .... i would like to take a snapshot for example every second or less and saved as jpg with a name x and then replace the x with the next snapshot ... x.jpg (always) ...
    How can i start ...what classes can i use , please help me ...

    Java 1.3 introduces a class java.awt.Robot, which includes a method
    public BufferedImage createScreenCapture(Rectangle screenRect)
    Java Advanced Imaging is downloadable for Java 1.3, or included in Java 1.4, and includes codecs for reading and writing images to and from files in various formats, including jpeg... there should be examples in the download.
    The part where you may find trouble is drawing a rectangle with the mouse to define the area to take snapshots - you cannot track the mouse outside the area of your application, so cannot draw an area to capture unless it is entirely within your application Frames/Windows. It may be possible to create a fullscreen transparent window to track the mouse, but this will interfere with the operation of the desktop while it is displayed... which may be desirable to be able to draw the capture area.

  • How do i take a snapshot on my macbook pro

    how do i take a snapshot on my macbook pro, anyone can help? thank you in advance, I am sure its very simple

    You can use the shortcuts Austin listed, or you can use the Grab screen shot utility that came with your Mac, or you can use the File / Take Screen Shot commands in Apple Preview.

  • How do I take a snapshot picture of my screen

    , How do I take a snapshot picture of my screen?

    command shift 4 space bar... Let's you take a screen shot of an open window.

  • I just downloaded Autocad to my downloads file, how do I take it from there to my Parallels Desktop without using "Windows Explorer"?

    I just downloaded Autocad to my downloads file, how do I take it from there to my Parallels Desktop without using "Windows Explorer"?

    Did you download it from Adobe or a pop up? If it was a pop up do not open it. Make sure you only get it directly from Adobe here:
    http://get.adobe.com/flashplayer/
    There is some malware that poses as Flash, in pop ups.
    Then do as macbig explained double click on the file,
    After you open and install the .dmg reboot your computer to complete the installation

  • How do I take a snapshot of a form in pdf and import onto a ppt slide?

    How do I take a snapshot of a form in pdf and import onto a ppt slide?

    Can't you use the standard method for taking screenshots of what is on your screen? (which depends on your platform and OS version).

  • How to take snapshot in Boot camp

    My Mac Book is booting in Win XP. How can I capture snapshot.

    My Mac Pro has a Mac aluminum keyboard. I found the F14 key to be equivalet to Prt Scn key on PC. Your Windows BootCamp control panel interface has keyboard help some extracted here:
    {The following table tells you how to type PC key commands on Apple external and built-in keyboards. For details, see: docs.info.apple.com/article.html?artnum=304270
    PC key command Apple external keyboard Built-in Mac keyboard/Apple Wireless Keyboard
    Print Screen: F14 / Fn-Shift-F11} I've seen F13 mentioned elsewhere but for this keyboard it's F14.
    In PC speak, pressing Prt Scn copies what is displayed on Monitor to clip-board. Unlike Leopard's user friendly equivalent, it does not create a .png/.jpg to desktop for you. If you open Paint accessory there is a Paste function that will show clip board and you then can save it as zzz.jpg to desktop etc. Because this is a tedious process, I have code to do what Leopard does, so that after pressing Ptr Scn; when executed, will place Picture(NN).Jpg on desktop, incrementing NN and saving need to go through Paint. The code is Vbs script and you can use it by copying text between, == lines then pasting the copy to a new text document somewhere on your C:\ drive. Then after saving, rename it to, say, PasteScr.Vbs
    You can make a shortcut to this on Desktop to use whenever you have done your Prt Scn.
    This works in Vista & Windows 7 and should work in XP.
    ==================================================================
    delay = 300
    paintWindowTitle = "untitled - Paint"
    set shl = createObject("wscript.Shell")
    set fso = CreateObject("Scripting.fileSystemObject")
    desktopFolder = shl.specialFolders("desktop")
    if right(desktopFolder, 1) "\" then
    desktopFolder = desktopFolder & "\"
    end if
    i = 1
    do
    filePath = desktopFolder & "Picture" & i & ".jpg"
    if not fso.fileExists(filePath) then exit do
    i = i + 1
    loop
    shl.run "mspaint"
    wscript.sleep delay
    shl.appActivate paintWindowTitle
    wscript.sleep delay
    shl.sendKeys "^v"
    wscript.sleep delay
    shl.sendKeys "^s"
    wscript.sleep delay
    shl.sendKeys filePath
    wscript.sleep delay
    shl.sendKeys "%s"
    wscript.sleep delay
    shl.sendKeys "%{f4}"
    ====================================================

  • How the communication take place between mobile to Desktop PC & vice-versa

    How the communication take place between mobile to Desktop PC & vice-versa
    Plz explain in flow way

    I am a student of BCS n final year n my final project is remote desktop capture of a pc using its ip from a mobile under nokia 6600 series.... I am new at this expecially java..
    can u guide me because i have searched a lot and could not find any help.
    can u plz plz help me...
    I have done some research work too n the module is divided into
    1. Communication between PC n application server
    2. Communication between application server n wap gateway
    3. Communication between way gateway and mobile
    Can anyone help/give a hint of how to proceed or what techonology to follow
    Waiting for your reply
    Leena Ali GIllani
    Peshawar, Pakistan

  • How do I take do a screen capture of my desktop?

    I have a program that is not acting correctly and need to take a screen capture of what is happening but don't know how....can anyone help?

    cmd-shift-4 will give you a cross hair - drag it from top left to bottom right of the region you want.  It appears on the desktop as a png image, like this:
    cmd-shift-3 takes your entire desktop.

  • How do i take a picture with my built in webcam?

    hey guys
    i have a macbook pro with a built in web cam...im sure theres a way to take a pic with it...does anyone know how?
    it would also be nice if i wouldn't have to download another program to do this...
    is there anyway i can take a picture and have it has somehting like a .jpeg?
    thanks!

    Also start up iChat (this shows in the DOCK)
    It should let you click through the Start Up screens if you don't have a Screen name yet.
    Click on the Buddy Pic it currently shows for you.
    Select Edit pic.
    Press the Take Video Snapshot
    When you then select SET it will save this in
    Users/(your Account)/Library/Images/Recent iChat Pics
    Or you can go to the Video menu of iChat and Select TAke Snapshot and this will be saved to the DESKTOP but may need further work in a Graphics app to get just your head if that is what you are aiming at.
    8:31 PM Sunday; April 22, 2007

  • How do I take a screen shot on my macbook pro?

    How do I take a screen shot on my macbook pro?

    Press the Shift, Command, and 3 keys to capture the whole screen.
    Press the Shift, Command, and 4 keys to capture a draggable part of the screen, or follow it with the spacebar to capture a window.
    Open the PNG on the desktop. Alternatively, combine either of the above with the Control key to put the screenshot onto the clipboard instead of the desktop.
    (104403)

  • How do i take an iphoto slideshow and save it to my downloads?

    How do i take a slideshow with music i have created and Make it download or save in a file to be used for other purposes?  Such as You tube, Facebook, or make it to a dvd.  I made it for my Mothers funeral and had it played instead of haveing someone speak.  I would like to be able to copy it and make dvds for my five sisters, and family members, and close friends, who would like a copy. for when they miss her.   Since its only on my computer i cannot share it with them   Any Info would be greatly appreciated !!!  :-)  Thanks for all the help.

    Click on the Exort button at the bottom of the slideshow window,
    select the size you want in the Export window,
    and save it to the Desktop or wherever you need it.
    OT

Maybe you are looking for