Удалены лишние пробелы и комментарии ЧАСТЬ 2. Сданная сложная Лаб 3
This commit is contained in:
parent
d66ca977a5
commit
80e51d1ecf
@ -70,7 +70,6 @@ public class FormEntityWithExtraGallery extends JComponent {
|
||||
});
|
||||
statusPanel.add(showRandomEntity);
|
||||
|
||||
|
||||
formFrame.getContentPane().add(this);
|
||||
|
||||
formFrame.setVisible(true);
|
||||
|
@ -100,7 +100,6 @@ public class FormMapWithSetLocomotives extends JComponent {
|
||||
if ((String)mapSelectComboBox.getSelectedItem() == null) {
|
||||
return;
|
||||
}
|
||||
//TODO
|
||||
if (finalMaskedTextFieldPosition == null) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user