diff --git a/FormMapWithSetBattleship.java b/FormMapWithSetBattleship.java index f9ecbbc..63d827f 100644 --- a/FormMapWithSetBattleship.java +++ b/FormMapWithSetBattleship.java @@ -89,9 +89,9 @@ public class FormMapWithSetBattleship extends JComponent { e.printStackTrace(); } - JButton deleteAirbusButton = new JButton("Удалить корабль"); + JButton deleteBattleshipButton = new JButton("Удалить корабль"); JFormattedTextField finalMaskedTextFieldPosition = maskedTextFieldPosition; - deleteAirbusButton.addActionListener(e -> { + deleteBattleshipButton.addActionListener(e -> { if ((String)mapSelectComboBox.getSelectedItem() == null) { return; } @@ -108,7 +108,7 @@ public class FormMapWithSetBattleship extends JComponent { JOptionPane.showMessageDialog(form, "Объект не удален", "Удаление", JOptionPane.OK_CANCEL_OPTION); } }); - statusPanel.add(deleteAirbusButton); + statusPanel.add(deleteBattleshipButton); JButton showStorageButton = new JButton("Хранилище"); showStorageButton.addActionListener(e -> {