Lab2 Java HARD Петрушин Егор ПИбд-22 #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab2"
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 +111,4 @@
Path2D.Double path = new Path2D.Double();
//гусеницы
IDrawable Rollers = new DrawningRollers(g2d, startPosX, startPosY, bodyColor, _numbeRollers);
Rollers должно быть полем класса, а не переменной в методе
Pull request closed