Controle machine
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user