PIbd-21_MasenkinMS_LabWork01 #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork01"
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 +17,4 @@
public void DrawDoors(Graphics2D g2d, EntityAccordionBus AccordionBus, Color additionalColor, int _startPosX, int _startPosY) {
g2d.setColor(additionalColor);
int value = numDoors.getNumDoors();
if (value >= 3) {
Почему сравнение с числами, если у нас переменная от перечисления?
Pull request closed