// Initial configuration
gui.createFromXML(gui.getConfig().getProperty("initialobjects"));
// Move the GUI to the top of the drawing order
gui.showGUI();
// merge events at startup
background.informQueue("merge-1", gui);
// Wait for the GUI to terminate