Name:
Anonymous
2009-06-09 20:48
I love java. Its the language I learned on, and I've never strayed from it since. Why does no one seem to like it here?
Name:
Anonymous
2009-06-11 15:00
THIS! Is why JAVA is the epix!
Graphics bufferGraphics;
Image img = null;
public void init() {
img = createImage(740, 413);
bufferGraphics = offscreen.getGraphics();
}
public void paint(Graphics g){
bufferGraphics.clearRect(0,0,dim.width, dim.height);
for(i = 0; i < rofl; i++){
Image lolpicz = null;
lolpicz = getImage(getDocumentBase(), lolz[i]);
bufferGraphics.drawImage(img, i*10, i*10, this);
}
g.drawImage(img, 0, 0, this);
}