Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Canvas上のアイテム(オブジェクト、イメージ、描画オブジェクト)は、ペイント、描画された後、どのように削除(削除、位置の削除(削除)で配置解除)できますか?
ペイント後に色を設定したい場合は、プログラムで次の方法を試してください。
paint(Graphics g){ g.setColor(Color.WHITE); getBackground();}