beanPanel = new BeanPropertyPanel(bean, editable, false);
beanPanel.init() ;
}
catch (IllegalAccessException e)
{
throw new HermesRuntimeException(e) ;
}
catch (InvocationTargetException e)
{
throw new HermesRuntimeException(e) ;
}
catch (NoSuchMethodException e)
{
throw new HermesRuntimeException(e) ;
}
}