Re: refresh of picture by java appletHi,
From: Don (don-key_at_unlimitedmail.org)
Date: 09/29/04
- Next message: IchBin: "Re: Exception in Thread error"
- Previous message: SonofonoS: "MSMQ and JAVA"
- In reply to: AnonymousOne: "Re: refresh of picture by java applet"
- Next in thread: Edwin Martin: "Re: refresh of picture by java applet"
- Reply: Edwin Martin: "Re: refresh of picture by java applet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 29 Sep 2004 12:25:16 +0200
Hi,
Thanx for your reply.
Since I'm a newbie with Java, I don't understand what you try to tell me.
Can you give me a little bit more clear explanation? I mean, I'm looking
for a simple, safe way to manage autorefresh of a webcam picture...
AnonymousOne wrote:
> This would depend on the container of the image. I found trying to do
> raw painting of pictures to be cumbersome - although there is a good
> reason for this. Java loads images as separate THREADS, so you need an
> ImageObserver implementation to monitor the progress of the loading.
>
> However, if you are using a JLabel to hold the image, this is all done
> for you from within the JLabel class itself. I personally found this a
> much easier method for the casual loading of images.
- Next message: IchBin: "Re: Exception in Thread error"
- Previous message: SonofonoS: "MSMQ and JAVA"
- In reply to: AnonymousOne: "Re: refresh of picture by java applet"
- Next in thread: Edwin Martin: "Re: refresh of picture by java applet"
- Reply: Edwin Martin: "Re: refresh of picture by java applet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|