How can I check a cell from JTable is empty or not before assign its value to a string variable

前端 未结 0 1063
盖世英雄少女心
盖世英雄少女心 2020-12-24 10:47

this is my codes:

if (!table.getValueAt(selectedRow, 6).toString().isEmpty())

I want to check if the cell is not bla

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