fix 5 lab

This commit is contained in:
Никита Белянин 2023-11-30 20:19:02 +04:00
parent 9a276ac0ce
commit 6326cef5f2

View File

@ -41,8 +41,8 @@ public class FormTankGenerate extends JFrame {
creatButton.addActionListener(
new ActionListener() {
public void actionPerformed(ActionEvent e){
_drawingTank = genericTankGenerate.GenerateTank(pictureBoxWidth,pictureBoxHeight);
canv.repaint();
_drawingTank = genericTankGenerate.GenerateTank(pictureBoxWidth,pictureBoxHeight);
canv.repaint();
}
}
);