Удалены лишние пробелы и комментарии ЧАСТЬ 2. Сданная сложная Лаб 3

This commit is contained in:
Данила Мочалов 2022-10-25 17:03:00 +04:00
parent d66ca977a5
commit 80e51d1ecf
2 changed files with 0 additions and 2 deletions

View File

@ -70,7 +70,6 @@ public class FormEntityWithExtraGallery extends JComponent {
});
statusPanel.add(showRandomEntity);
formFrame.getContentPane().add(this);
formFrame.setVisible(true);

View File

@ -100,7 +100,6 @@ public class FormMapWithSetLocomotives extends JComponent {
if ((String)mapSelectComboBox.getSelectedItem() == null) {
return;
}
//TODO
if (finalMaskedTextFieldPosition == null) {
return;
}