This commit is contained in:
insideq 2024-05-11 18:06:04 +04:00
parent 6d2ced70f7
commit cf1bbe3133

View File

@ -26,7 +26,6 @@ public class FormExcavator extends JFrame {
public void Init(DrawingBulldozer bulldozer) {
setTitle(title);
setMinimumSize(dimension);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
Width = getWidth() - 15;
Height = getHeight() - 35;