}
return c;
}
public static Component loadComponent(final File file) throws IOException, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchMethodException, SecurityException, ClassNotFoundException{
return loadComponent(new CustomInputStream(new BufferedInputStream(new FileInputStream(file))), true, true);
}