Mochalov D.V. Hard LabWork03 #3

Merged
eegov merged 13 commits from LabWork03 into LabWork02 2022-10-28 09:29:48 +04:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 80e51d1ecf - Show all commits

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