PIbd-21 Belianin N.N. LabWork03 Hard #4

Closed
Belnik wants to merge 21 commits from LabWork03 into LabWork02
2 changed files with 1 additions and 1 deletions
Showing only changes of commit cb373bd4ed - Show all commits

View File

@ -37,6 +37,7 @@ public class DrawingStarOrnament implements IOrnamentForm {
g.setColor(Color.BLACK);
g.fillOval(10 + _startPosX, 42 + _startPosY, 20, 20);
}
public void Draw(Graphics g, int _startPosX, int _startPosY) {
if (wheels == CountWheels.Two){
DrawWheels(g,_startPosX, _startPosY);

View File

@ -38,7 +38,6 @@ public class DrawingWheelsCombination implements IOrnamentForm {
g.fillOval(10 + _startPosX, 42 + _startPosY, 20, 20);
}
public void Draw(Graphics g, int _startPosX, int _startPosY) {
if (wheels == CountWheels.Two){
DrawWheels(g,_startPosX, _startPosY);