FindWindow
From: shevek (shevek_at_gmx.at)
Date: 03/10/05
- Next message: John McGrath: "Re: A simple ListCellRenderer"
- Previous message: Lou Lipnickey: "Re: JCombobox select item"
- Next in thread: Andrey Kuznetsov: "Re: FindWindow"
- Reply: Andrey Kuznetsov: "Re: FindWindow"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 10 Mar 2005 13:58:58 GMT
Hi all,
I need to make a screenshot of a window to find out, if it show a
specific image, I found that I can use the Robot class for that, but
if I don't want to capture the whole screen I need to have the
coordinates of the window I want to capture.
As the window I want to capture is a native window, I need a way to
enumerate all windows on the desktop, find the correct window, (bring
it to the foreground), and capture the screen.
The problem is that I didn't find a way to enumerate the windows on
the screen. Is there something in the AWT or Swing classes?
Regards,
Raymund
- Next message: John McGrath: "Re: A simple ListCellRenderer"
- Previous message: Lou Lipnickey: "Re: JCombobox select item"
- Next in thread: Andrey Kuznetsov: "Re: FindWindow"
- Reply: Andrey Kuznetsov: "Re: FindWindow"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|