Avoiding JTextField setText repetition around the program

后端 未结 2 1167
我寻月下人不归
我寻月下人不归 2020-12-22 11:28

Here is a method which displays Jobs from SQlite onto a table and sets them as labelText appropriately.

private void setLabelText(         


        
2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-22 12:05

    Despite JTextField being for editing you could use for displaying your results. You could change to editable whenever clicked.

提交回复
热议问题