ee.EscribeInfo("Cargando Historial",7);
RecentlyPaths = RecentlyFiles.getRecently();
ee.EscribeInfo("Creando sistema de Hojas",8);
p1 = new Hoja(this,0);
ee.EscribeInfo("Creando Herramientas",9);
pH = new ToolPanel(this);
try{
ee.EscribeInfo("Creando Monitores",10);
}catch(Exception ex){
ex.printStackTrace();
}