PIbd-12 Ulybin A.A. Monorail Hard Lab01 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab01"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +12,4 @@
}
}
public void drawWheels(Graphics2D g2d, Color color, int x, int y){
private
Проверено
@ -0,0 +27,4 @@
drawWheels(g2d, Color.WHITE, startPosX + 65, startPosY);
break;
case Three:
drawWheels(g2d, Color.WHITE, startPosX + 15, startPosY);
Имеется дублирующийся код
Pull request closed