Set<ViewInfo> vrs = component.getViewInfos(ViewType.LAYOUT);
ViewInfo viewRole = vrs.iterator().next();
MCTStandardHousing housing = new MCTStandardHousing(component.getDisplayName() + " - " + viewRole.getViewName(), dimension.width,
dimension.height, housingCloseAction, viewRole.createView(component));
if (relativeWindow != null) {
if (housing.getGraphicsConfiguration() != relativeWindow.getGraphicsConfiguration()) {
housing = new MCTStandardHousing(relativeWindow.getGraphicsConfiguration(),
component.getDisplayName() + " - " + viewRole.getViewName(), dimension.width, dimension.height, housingCloseAction, viewRole.createView(component));