Финал 3-й лабораторной.
This commit is contained in:
parent
194f28b701
commit
59ad3e8c05
@ -117,7 +117,7 @@ public class MapWithSetPlanesGeneric <T extends IDrawningObject, U extends Abstr
|
||||
|
||||
//заливаем область в цвет бетона
|
||||
g2d.setPaint(Color.LIGHT_GRAY);
|
||||
g.fillRect(0, 0, _pictureWidth, _pictureHeight);
|
||||
g2d.fillRect(0, 0, _pictureWidth, _pictureHeight);
|
||||
|
||||
g2d.setStroke(new BasicStroke(3));
|
||||
g2d.setColor(Color.BLACK);
|
||||
|
Loading…
Reference in New Issue
Block a user