* @throws Exception Description of the Exception
*/
private void loadIcons() throws Exception
{
// Initialisations
icons = new IconsDatabase();
URL url;
ImageIcon img;
XMLElement icon;
InputStream inXML = InstallerFrame.class
.getResourceAsStream("/com/izforge/izpack/installer/icons.xml");