public class Start{
public static void main(String[] args) {
Main f = new Main();
f.setVisible(true);
}