Code:if(first==1) g.drawRegion(flashmap, rowclip[0], colclip[0], 42, 60, 0, row[0], col[0], Graphics.TOP|Graphics.LEFT); //1st Row 1st Col if(first==2) g.drawRegion(flashmap, rowclip[4], colclip[4], 100, 60, 0, row[4], col[4], Graphics.TOP|Graphics.LEFT);//2nd Row 2nd Col if(first==3) g.drawRegion(flashmap, rowclip[2], colclip[2], 60, 60, 0, row[2], col[2], Graphics.TOP|Graphics.LEFT);//1st Row 3rd Col
Now in the above mention condition whichever is true i want to store it somewhere so that by referring it i can use it whenever i need so how can i do it. I want to store the drawing region so how can i do that.

Reply With Quote



