public void actionPerformed(ActionEvent arg0) {
ArticleTypeViewHandler articleTypeViewHandler = new ArticleTypeViewHandler(login,managerRepository,
null);
ArticleTypeView articleTypeView = new ArticleTypeView(
articleTypeViewHandler, true, true);
WindowInterface dialog = new JDialogAdapter(new JDialog(
ProTransMain.PRO_TRANS_MAIN, "Artikkel", true));
dialog.setName("ArticleView");
dialog.add(articleTypeView.buildPanel(dialog));
dialog.pack();
Util.locateOnScreenCenter(dialog);
dialog.setVisible(true);
orderManager.refreshObject(order);
List<ArticleType> newArticles = articleTypeView
.getSelectedObjects();