-1

How an item(object, image, draw object) on Canvas can be deleted(removed, unplaced with its position deletion(removation)) after it has been painted, drawed?

  • 1
    please show us some code indicating what you have drawn, and *which* object you want deleted. – Nate Jan 05 '13 at 15:26

1 Answers1

0

If you would like to set color after painting, please try this method in your program:

paint(Graphics g){
g.setColor(Color.WHITE);  getBackground();}
Taryn
  • 242,637
  • 56
  • 362
  • 405
DRastislav
  • 1,892
  • 3
  • 26
  • 40