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.
次の電話で移動する必要のある画像があります。
int Y = 100; Graphics g = Canvas().getGraphics(); //Canvas is a Java 3D Canvas 3D g.drawImage(Image, 400, Y, Canvas);
画像を移動するキーリスナーもありますが、画像が移動するたびに画像の軌跡が残ります。これを修正する方法はありますか?
あなたは私たちに推測を強いるあなたの質問から多くの重要な情報を逃しています、そしてこれは良いことではありません。私の推測:これをpaint(...)orpaintComponent(...)メソッドで描画している場合は、最初にスーパーメソッドを呼び出す必要があります。
paint(...)
paintComponent(...)