In JavaFX I want to have a button appendText and update an ArrayList

前端 未结 0 516
半阙折子戏
半阙折子戏 2021-02-01 02:24

I have the following code below:

ArrayList storeMath = new ArrayList();

    oneButton.setOnAction(e -> calculator_screen.appendText(listOfButtons[1]));
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题