s.start();
this.setSize(appliSize);
this.setLocationRelativeTo(this.getParent());
this.setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
desktop = (this.fondEnabled)?new MDIDesktopPane(fond):new MDIDesktopPane();
scrollPane = new JScrollPane();
MainGui.imgIcon = icon;
MainGui.icon = icon.getImage();
this.addWindowListener(new WindowAdapter() {
public void windowClosing(WindowEvent e) {