From 392e97f71f36c5e62f63cbeb96d1f1cb14008a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=9F=D0=BE=D0=BB?= =?UTF-8?q?=D0=B5=D0=B2=D0=BE=D0=B9?= Date: Sat, 5 Nov 2022 18:48:58 +0400 Subject: [PATCH] Fix --- Program.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Program.java b/Program.java index 5ed2e9e..00da2ad 100644 --- a/Program.java +++ b/Program.java @@ -3,7 +3,6 @@ import javax.swing.*; public class Program { public static void main(String[] args) { FormMapWithSetArtilleries form = new FormMapWithSetArtilleries(); - form.setVisible(true); form.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE); } }