How to stop updation of graphics in jpanel.
Actually i m creating suppose 3 objects of a class A(in this class i m using void paint(Graphics g))..and i m in need of showing all three graphics windows according to respective object's data..but the thing that is happening is that: i m getting three windows but according to last object's data(means if i m using loop of i then for i=2)it is updating all the three windows according to last object..
thank u

