Фикс
This commit is contained in:
parent
6d2ced70f7
commit
cf1bbe3133
@ -26,7 +26,6 @@ public class FormExcavator extends JFrame {
|
|||||||
public void Init(DrawingBulldozer bulldozer) {
|
public void Init(DrawingBulldozer bulldozer) {
|
||||||
setTitle(title);
|
setTitle(title);
|
||||||
setMinimumSize(dimension);
|
setMinimumSize(dimension);
|
||||||
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
|
||||||
|
|
||||||
Width = getWidth() - 15;
|
Width = getWidth() - 15;
|
||||||
Height = getHeight() - 35;
|
Height = getHeight() - 35;
|
||||||
|
Loading…
Reference in New Issue
Block a user