.convertToInterface(orderLineAttributes),
constructionArticleAttributeViewHandler);
WindowInterface dialogAttributes = new JDialogAdapter(new JDialog(
ProTransMain.PRO_TRANS_MAIN, "Attributter", true));
dialogAttributes.setName("OrderLineAttributeView");
dialogAttributes.add(constructionArticleAttributeView
.buildPanel(dialogAttributes));
dialogAttributes.pack();
Util.locateOnScreenCenter(dialogAttributes);
dialogAttributes.setVisible(true);
dialogAttributes.dispose();