[3654] in java-interest

home help back first fref pref prev next nref lref last post

Re: Simple Draw Image

daemon@ATHENA.MIT.EDU (Jill Shermer)
Tue Nov 21 18:17:58 1995

Date: Tue, 21 Nov 1995 11:32:41 -0800
From: jshermer@BASISinc.com (Jill Shermer)
To: aleph1@dfw.net
Cc: java-interest@java.sun.com

Hi,

I followed your suggestion as well, and am happy with the results.
Thank you!
If you don't mind another question, can you respond to the following:

I have a top-left black border which is drawn at the beginning
of each iteration of my image loop; it disappears after the 1st
image is drawn.  Specifically, the border runs along the top and
left side of the area where my first image is to be drawn.
The border is not in my gif images.  I would like
to get rid of it.  My images are drawn at the same location, without
any offset.  When my system load is heavy, I notice this top-left border
is drawn before any image is draw; the left portion is less about
10 pixels wide and the top portion is about 5 pixels in height. 

This border appears in both the appletviewer and in Netscape 2.0 beta.

Any suggestions on how to solve this would be appreciated!

Thanks in advance,

-Jill	
    

> Subject: Re: Simple Draw Image
> Mime-Version: 1.0
> X-Info: To unsubscribe, send 'unsubscribe' to java-interest-request@java.sun.com
> 
> Overload update do that it does not clear the applet first:
> 
> public void update(Graphics g) {
> 	paint(g);
> }
> 
> That should do it.
> 
> Aleph One / aleph1@dfw.net
> http://underground.org/
> KeyID 1024/948FD6B5 
> Fingerprint EE C9 E8 AA CB AF 09 61  8C 39 EA 47 A8 6A B8 01 
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post