Controle machine

This commit is contained in:
Simoes Lukas
2025-03-19 10:18:41 +01:00
parent 42cc204dea
commit 376861b608
86 changed files with 803 additions and 179 deletions

View File

@@ -31,10 +31,6 @@ public class Balle extends JComponent {
this.pinceau = secondPinceau;
}
public void clearComponent() {
this.pinceau.clearRect(0, 0, this.getWidth(), this.getHeight());
}
public int getPosX() {
return this.posXImage;
}