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