0

Is there a way to validate each cell of my JTable with Regular expressions?

mKorbel
  • 109,525
  • 20
  • 134
  • 319
Eder
  • 1,874
  • 17
  • 34

1 Answers1

2

Yes. get TreeModel from the table, get row and column count from the model, organize 2 loops and use getValueAt() method to get value for a particular cell.

StanislavL
  • 56,971
  • 9
  • 68
  • 98