toolBar.add(openUrlAction);
toolBar.add(updateAction);
toolBar.addSeparator();
toolBar.add(closeAction);
updater = new UpdateProductThread(productModel, statusBar);
updater.start();
JScrollPane tableScrollPane = new JScrollPane(
JScrollPane.VERTICAL_SCROLLBAR_ALWAYS,
JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);