parent
72ec0ca26b
commit
d3c149d8b8
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
package com.demo.tank.coruse1;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
new TankFrame();
|
||||
public static void main(String[] args) throws InterruptedException {
|
||||
TankFrame tf = new TankFrame();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in new issue