0

私はLibgdxを使用しています。ポップアップ ウィンドウにドロップダウン リストが必要です。私はすでに同じことを試しました。私のコードは次のとおりです。

    tf=new SelectBox(new String[]{"1","2","3"}, skin);
    tf.setY(labelQuestion.getY()-labelQuestion.getHeight());
    tf.setX(labelQuestion.getX());
    tf.setWidth(70f);
4

2 に答える 2