2022-09-25 19:20:16 +04:00
|
|
|
import javax.swing.*;
|
|
|
|
|
|
|
|
public class Program {
|
|
|
|
public static void main(String[] args) {
|
2022-11-05 18:38:20 +04:00
|
|
|
FormMapWithSetArtilleries form = new FormMapWithSetArtilleries();
|
2022-09-25 19:20:16 +04:00
|
|
|
form.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
|
|
|
|
}
|
|
|
|
}
|