Compare commits

...

3 Commits

Author SHA1 Message Date
a33fc9db36 Merge branch 'lab1_compl' into lab2_co 2023-10-20 19:36:30 +04:00
53064877f6 изм 2023-10-20 18:55:41 +04:00
1c91b62c04 лаб1 сложная готова точно 2023-10-10 13:11:02 +04:00

View File

@ -184,7 +184,6 @@ class Canvas extends JComponent{
if (_drawingShip == null){
return;
}
super.paintComponents (g) ;
Graphics2D g2d = (Graphics2D)g;
_drawingShip.DrawShip(g2d);