From 80e51d1ecff80e8e333b752899d1a83235a72bd9 Mon Sep 17 00:00:00 2001 From: Danila_Mochalov Date: Tue, 25 Oct 2022 17:03:00 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D1=8B=20?= =?UTF-8?q?=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE=D0=B1?= =?UTF-8?q?=D0=B5=D0=BB=D1=8B=20=D0=B8=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D0=B8=20=D0=A7=D0=90=D0=A1=D0=A2?= =?UTF-8?q?=D0=AC=202.=20=D0=A1=D0=B4=D0=B0=D0=BD=D0=BD=D0=B0=D1=8F=20?= =?UTF-8?q?=D1=81=D0=BB=D0=BE=D0=B6=D0=BD=D0=B0=D1=8F=20=D0=9B=D0=B0=D0=B1?= =?UTF-8?q?=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FormEntityWithExtraGallery.java | 1 - FormMapWithSetLocomotives.java | 1 - 2 files changed, 2 deletions(-) diff --git a/FormEntityWithExtraGallery.java b/FormEntityWithExtraGallery.java index d2b4dca..80f05ec 100644 --- a/FormEntityWithExtraGallery.java +++ b/FormEntityWithExtraGallery.java @@ -70,7 +70,6 @@ public class FormEntityWithExtraGallery extends JComponent { }); statusPanel.add(showRandomEntity); - formFrame.getContentPane().add(this); formFrame.setVisible(true); diff --git a/FormMapWithSetLocomotives.java b/FormMapWithSetLocomotives.java index d988495..318e071 100644 --- a/FormMapWithSetLocomotives.java +++ b/FormMapWithSetLocomotives.java @@ -100,7 +100,6 @@ public class FormMapWithSetLocomotives extends JComponent { if ((String)mapSelectComboBox.getSelectedItem() == null) { return; } - //TODO if (finalMaskedTextFieldPosition == null) { return; }