desktop.setBackground(DefaultStaticConfiguration.DEFAULT_UI_BACKGROUND_COLOR);
PropertyChangeSupport propertyChangeSupport = new PropertyChangeSupport(desktop);
propertyChangeSupport.addPropertyChangeListener(VisualController.getInstance());
setIconImage(Messages.getImageIcon("Application").getImage());
setTitle("WoPeD " + Messages.getString("Application.Version"));
setApplicationIcon(new logo_woped());
setBounds(ConfigurationManager.getConfiguration().getWindowX(), ConfigurationManager.getConfiguration().getWindowY(), (int) ConfigurationManager.getConfiguration().getWindowSize().getWidth(),
(int) ConfigurationManager.getConfiguration().getWindowSize().getHeight());
setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
// Maximize JFrame?