selectionModel);
openUrlAction = new OpenUrlAction(productModel, selectionModel);
updateAction = new UpdateAction(productModel, statusBar);
closeAction = new CloseAction(this);
TableDoubleClick tableDoubleClick = new TableDoubleClick(openUrlAction);
productTable.addMouseListener(tableDoubleClick);
toolBar.setFloatable(false);
toolBar.add(addItemAction);
toolBar.add(editItemAction);