Hello,
I just started to used slick2d and i have a big problem: i dunno how make a display without render function.
I really can't use render function, so if somebody can help me ^^
Thanks
ps: sorry for my english
edit: i used research but i think it was a bad idea, ths subject is on the main page TT, but if someone can explain me that more, it's not a problem ^^
i tried this :
1 2 3
| Graphics g = new Graphics (container.getWidth(),container.getHeight()); g.drawImage(cursor, position.x, position.y); g.flush(); |
but no sucessfull