I can't believe I can't find while googling. Every JTable I programmed was automatically filled with data from DB and any editing was done through listeners, but now for testing purposes I just have a simple 3x3 table and I have no idea how to manually select a cell in code (in order to change bg color for testing purposes), something like table.cellAt(1,1).setBGcolor...
EDIT: Since title was not formed as a question, How do I manually select a cell in my code?