Мелкие правки по оформлению.
This commit is contained in:
parent
b1aa92cbec
commit
194f28b701
@ -171,14 +171,12 @@ public class MapWithSetPlanesGeneric <T extends IDrawningObject, U extends Abstr
|
||||
g2d.drawLine(i * 70 - 10, 10, i * 70 - 10, 80);
|
||||
g2d.drawLine(i * 70 - 10, 10, (i * 70 - 10) + 45, 30);
|
||||
g2d.drawLine(i * 70 - 10, 50, (i * 70 - 10) + 45, 30);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//метод прорисовки объеков
|
||||
public void DrawPlanes(Graphics g)
|
||||
{
|
||||
|
||||
int position = 0;
|
||||
int currentWidth = 1;
|
||||
int currentHeight = 5;
|
||||
|
Loading…
Reference in New Issue
Block a user