//Column six is color
editor = new TableEditor(Plugin.getTab2().getClientTable());
colorLabel.pack ();
colorLabel.setToolTipText("Double-click to change color");
Color temp_color = new Color(Plugin.getDisplay(),Utils.getRGB(colorString));
colorLabel.setBackground(temp_color);
temp_color.dispose();
editor.minimumWidth = 20;