// Build GUI
gui = new GUI(config, background, main, snmp_manager, synchro);
main.setGUI(gui);
capture_mgr.setGUI(gui);
gui.waitForCreation();
// Initial configuration
gui.createFromXML(gui.getConfig().getProperty("initialobjects"));
// Move the GUI to the top of the drawing order