Hi
My name is Cristian Chiovari and I am a software developer.
Java2d is a new field for me so I am wondering if you could help me
a little with some guidance.
I will be brief:
I have a pool of ~ 2000 objects which i want to draw on the screen.
Some of the object are changing location some not dependin on what
i get from an external source.
For this each object there is a renderable object which draw the object.
The actual drawing is made in a thread that on every (n) miliseconds
iterates the pool of objects and draw the objectson a panel.
This is very slow.It take sometimes more then a second to to this.
Is there a possibility to make this faster?
Using BufferImage VolatileImage…
Plz give me a hint…
Regards Cristian.