if (orderPanelTypeEnum == OrderPanelTypeEnum.NEW_ORDERS) {
initStatus(orderPanelList, steinChecker, window);
}
orderPanelTableModel = new OrderTableModel(orderPanelSelectionList,
orderPanelList, orderPanelTypeEnum, steinChecker);
tableOrders.setModel(orderPanelTableModel);
tableOrders.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
tableOrders.setSelectionModel(new SingleListSelectionAdapter(
orderPanelSelectionList.getSelectionIndexHolder()));