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