Screen Capture in Java

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tuy Solang

    #1

    Screen Capture in Java

    Hi Everyone,

    I am just starting to learn Java from O'Reilly CD. I could not find
    any example that is related to screen capture. Is it possible in Java
    like in Microsoft C?

    Thanks,
  • August Karlstrom

    #2
    Re: Screen Capture in Java

    Tuy Solang wrote:
    Hi Everyone,
    >
    I am just starting to learn Java from O'Reilly CD. I could not find
    any example that is related to screen capture. Is it possible in Java
    like in Microsoft C?
    >
    Thanks,
    Found this after googling for `java screen capture':

    Real's HowTo : Useful code snippets for Java, JS, PB and more


    I tried it and it works.


    August

    Comment

    • Tuy Solang

      #3
      Re: Screen Capture in Java


      Thanks August.

      Is Robot part of awt pacakage? Maybe, my O'Reilly's CD is out of date
      since I had it long time ago.

      August Karlstrom <fusionfile@com hem.sewrites:
      Tuy Solang wrote:
      Hi Everyone,

      I am just starting to learn Java from O'Reilly CD. I could not find
      any example that is related to screen capture. Is it possible in Java
      like in Microsoft C?

      Thanks,
      >
      Found this after googling for `java screen capture':
      >
      Real's HowTo : Useful code snippets for Java, JS, PB and more

      >
      I tried it and it works.
      >
      >
      August

      Comment

      • Robert Larsen

        #4
        Re: Screen Capture in Java


        Tuy Solang wrote:
        Thanks August.
        >
        Is Robot part of awt pacakage? Maybe, my O'Reilly's CD is out of date
        since I had it long time ago.
        >
        The Robot class has been there since Java 1.3 so it is ancient :-)

        Comment

        Working...