Rob Camick wrote:Custom Painting Approaches
Allright,i carefully read the contents of link,checked the source codes and i learned many new things ( like For-each,ArrayList<E>,Graphics2d,BufferedImage,...)
so thank you
But :
those had nothing tto deal with my issue !
Because : in the given example ( even on both approaches ) the program just draw the Rectangles,as we lnow,Rectangle is a class and its instances can be stored ( i.e on that example in class "DrawOnComponent" ) simply as objects in ListArray
While here ( by just take a look at the codes on first post ) , i'm talking about points drwan by mouse that doesnt have any shape ( e.g Rectangle ) to be stored and used later
therefore,i really need more help
thanks again