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