In game i create a lot of particle(im using fillRect method) but each particle have a life_time so when life_time is expired the particle is elimanted, and its image is flush and null (image.flush(); image=null).
My fps decrease when a lot of particle is on my screen, but dont increase when remove particle...