Готовая Лабораторная 4

This commit is contained in:
Никита Белянин 2023-11-13 01:14:42 +04:00
parent 3f1e52e587
commit 7b52960b7e

View File

@ -158,7 +158,7 @@ public class FormTankCollection {
} }
); );
JButton toFormTankGenerate = new JButton("Генерация"); JButton toFormTankGenerate = new JButton("Генерировать");
toFormTankGenerate.addActionListener( toFormTankGenerate.addActionListener(
new ActionListener() { new ActionListener() {
public void actionPerformed(ActionEvent e) { public void actionPerformed(ActionEvent e) {