menuFileExit();
}
});
// Add spotlight system
jPanelSpotlight = new SpotlightPanel();
this.setGlassPane(jPanelSpotlight);
// Configure filechooser
getFileChooser().setAcceptAllFileFilterUsed(false);
getFileChooser().setFileSelectionMode(JFileChooser.FILES_ONLY);