PIbd-11 Karakozov_AK LabWork03 Hard #3

Closed
insideq wants to merge 25 commits from LabWork03 into LabWork02
Showing only changes of commit cf1bbe3133 - Show all commits

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;