fix 5 lab
This commit is contained in:
parent
9a276ac0ce
commit
6326cef5f2
@ -41,8 +41,8 @@ public class FormTankGenerate extends JFrame {
|
|||||||
creatButton.addActionListener(
|
creatButton.addActionListener(
|
||||||
new ActionListener() {
|
new ActionListener() {
|
||||||
public void actionPerformed(ActionEvent e){
|
public void actionPerformed(ActionEvent e){
|
||||||
_drawingTank = genericTankGenerate.GenerateTank(pictureBoxWidth,pictureBoxHeight);
|
_drawingTank = genericTankGenerate.GenerateTank(pictureBoxWidth,pictureBoxHeight);
|
||||||
canv.repaint();
|
canv.repaint();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user