Changing the Font of All Cells in a JTable

前端 未结 0 1634
甜味超标
甜味超标 2020-12-07 06:14

I\'m creating a game that includes the move history of its two players:

final DataModel model = new DataModel();
final JTable table = new JTable(model); //ext         


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