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; }