postShipmentSelectionList));
tablePostShipment.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
tablePostShipment.setSelectionModel(new SingleListSelectionAdapter(
postShipmentSelectionList.getSelectionIndexHolder()));
tablePostShipment.setColumnControlVisible(true);
tablePostShipment.setColumnControl(new UBColumnControlPopup(
tablePostShipment, this));
tablePostShipment.setSearchable(null);
tablePostShipment.setRowHeight(25);
tablePostShipment.getColumnModel().getColumn(0).setCellRenderer(