> Can anyone give me a pointer or ideas on how I could capture the screen
> output from an applet (such as a stock quote ticker) which refreshes
> periodically?
Why the screen output? Surely it would be better to get
at the textual information. ..The information supplier
being in full compliance with this, will probably provide
an API.

Signature
Andrew Thompson
physci.org 1point1c.org javasaver.com lensescapes.com athompson.info
When You See The Robot, Drink!
Hi Dan,
> Can anyone give me a pointer or ideas on how I could capture the screen
> output from an applet (such as a stock quote ticker) which refreshes
> periodically?
Maybe, the class java.awt.Robot will help you. Note that this is not
available in old Java versions which may cause problems when using in an
applet.
Ciao,
Ingo
Andrew Thompson - 27 Jul 2005 09:20 GMT
> Hi Dan,
>
[quoted text clipped - 5 lines]
> available in old Java versions which may cause problems when using in an
> applet.
Note also that an applet would need to be signed to invoke
most of the Robot methods of interest.

Signature
Andrew Thompson
physci.org 1point1c.org javasaver.com lensescapes.com athompson.info
Mr Bender's Wardrobe By ROBOTANY 500
Dan Stumpus - 27 Jul 2005 20:31 GMT
Andrew and Ingo,
Thanks for your comments.
I'll look at both approaches.
-- Dan
Thomas Hawtin - 30 Jul 2005 15:26 GMT
>> Can anyone give me a pointer or ideas on how I could capture the
>> screen output from an applet (such as a stock quote ticker) which
[quoted text clipped - 3 lines]
> available in old Java versions which may cause problems when using in an
> applet.
If you're trying to scrape the information, rather than just bitmaps,
from a third party applet I'd suggest feeding it a custom Graphics2D
object. Probably straight through it's update method.
Tom Hawtin

Signature
Unemployed English Java programmer
http://jroller.com/page/tackline/