super(Main_old.PROGRAM_NAME + " " + Main_old.PROGRAM_VERSION);
this.setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
this.setLayout(new BorderLayout());
this.setResizable(false);
this.background = new Background();
this.add(this.background);
this.pack();
this.progress = new InfiniteProgressPanel();
this.setGlassPane(this.progress);