Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

paint image

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
j6df
Posts: 9
Joined: 2006-08-30 17:37

paint image

#1 Post by j6df »

public void paint(Graphics graphics) {
try {
synchronized (image1) {
graphics.drawImage(image1,x,y,ANCHOR);
}
} catch(Throwable e){ }
}
after I do:x-=10;
I get the picture with no white place - how can I get the right side of the map with no color?

Post Reply