PIbd-21 Belianin N.N. LabWork07 Hard #10

Closed
Belnik wants to merge 8 commits from LabWork07 into LabWork06
Showing only changes of commit 36a53f06b2 - Show all commits

View File

@ -175,6 +175,7 @@ public class FormTankCollection {
public void actionPerformed(ActionEvent e) {
if (Queue.size() == 0) {
JOptionPane.showMessageDialog(null, "Нет удалённых", "Информация", JOptionPane.INFORMATION_MESSAGE);
logger.info("Нет удалённых объектов");
return;
}
FormTank form = new FormTank();