PIbd-23_Minhasapov_R.H._Exc.../Program.java

9 lines
236 B
Java
Raw Permalink Normal View History

import javax.swing.*;
public class Program {
public static void main(String[] args){
FormMapWithSetTracktor form = new FormMapWithSetTracktor();
form.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
}
}