
Signature
Unemployed English Java programmer
http://jroller.com/page/tackline/
>>> Know any references for how to screen scape an applet?
>>
[quoted text clipped - 6 lines]
>
> Tom Hawtin
Sorry Tom, why is that.. using the robot.createScreenCapture() has
worked for me. What are some of the implications for doing it this way.
What would be an example for coding a graphics object or just point me
into the right direction, I'd be interested.
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Thomas Hawtin - 11 Jan 2006 16:15 GMT
>>>> Know any references for how to screen scape an applet?
>>>
[quoted text clipped - 9 lines]
> What would be an example for coding a graphics object or just point me
> into the right direction, I'd be interested.
Using Robot is fine if you have a dedicated machine, and are interested
in bitmaps rather than text and vector graphics.
To get the raw text, for instance, get the applet to paint itself to one
of your Graphics (or Graphics2D) objects. In the implementation of
Graphics.drawString, capture the text and do with it what you will.
Obviously, there is a degree of set up required to run the applet
outside of a conventional applet viewer.
Tom Hawtin

Signature
Unemployed English Java programmer
http://jroller.com/page/tackline/
IchBin - 11 Jan 2006 19:16 GMT
>>>>> Know any references for how to screen scape an applet?
>>>>
[quoted text clipped - 20 lines]
>
> Tom Hawtin
Thanks Tom for the info..

Signature
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)