public CControlPerspectiveBlop( CControlPerspective control ){
if( control == null ){
throw new IllegalArgumentException( "control must not be null" );
}
this.control = control;
resource = new CControlPerspectiveResource( control );
try {
resourceManager.put( "ccontrol.frontend", resource );
}
catch( IOException e ) {
throw new IllegalStateException( "This cannot happen", e );