For(int row=0;row<C.ROWS; row++){ For(int col=0;col<C.COLS; col++){ if(table.getValueAt(row, col) == (Object) O){ System.out.print(Hello); } } }