且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

TextField不动态更新

更新时间:2023-11-19 15:33:34

在设置文本后textfield重绘它。这可能有效

After setting the text in the textfield repaint it. This may work

  data.setText(ab.getText());
  data.validate(); or data.repaint();