public BoardElement getDisplayColumn(float width) {
        switch (board.getActivePane()) {
            case Ships:
                return new ShipDisplay(board, panel, width, height);
            case Cargo: