Presnyakova V.V Lab_1 #1

Closed
Victoria_Presnyakova wants to merge 1 commits from Lab_1 into master
No description provided.
Victoria_Presnyakova added 1 commit 2022-12-18 18:31:34 +04:00
Victoria_Presnyakova changed title from WIP Lab_1 to Presnyakova V.V Lab_1 2022-12-18 18:32:15 +04:00
Victoria_Presnyakova requested review from eegov 2022-12-18 18:34:00 +04:00
eegov approved these changes 2022-12-23 13:44:02 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -0,0 +29,4 @@
for(int i = numOfIlluminator; i >= 1; --i){
g2d.setColor(Color.CYAN);
g2d.fillRect(_startPosX + (10 * (i + 1)), _startPosY -15, 5, 15);
//g2d.fillOval(_startPosX + 105 - 3 * i, _startPosY + 35, 3, 3);
Collaborator

Закомментированного кода быть не должно

Закомментированного кода быть не должно
@ -0,0 +31,4 @@
g2d.fillRect(_startPosX + (10 * (i + 1)), _startPosY -15, 5, 15);
//g2d.fillOval(_startPosX + 105 - 3 * i, _startPosY + 35, 3, 3);
g2d.setColor(Color.BLACK);
//g2d.drawOval(_startPosX + 105 - 3 * i, _startPosY + 35, 3, 3);
Collaborator

Закомментированного кода быть не должно

Закомментированного кода быть не должно
eegov closed this pull request 2022-12-23 13:44:08 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Victoria_Presnyakova/Pibd-22_Presnyakova.V.V_Catamaran_Hard#1
No description provided.