this.setResizable(false);
this.background = new Background();
this.add(this.background);
this.pack();
this.progress = new InfiniteProgressPanel();
this.setGlassPane(this.progress);
this.validate();
this.setLocationRelativeTo(null);
this.setVisible(true);