Корректировка

This commit is contained in:
Evgehil 2024-04-28 19:46:56 +04:00
parent 28e315e889
commit ca418658ac

View File

@ -15,7 +15,7 @@ public class DrawingAirplan extends JPanel {
public Integer GetPosX() {return _StartPosX;}
protected Integer _StartPosY;
public Integer GetPosY() {return _StartPosY;}
protected int drawingAirplanWidth = 185;
protected int drawingAirplanWidth = 190;
public Integer GetWidth() {return drawingAirplanWidth;}
protected int drawingAirplanHeight = 100;
public Integer GetHeight() {return drawingAirplanHeight;}