how to blink table cell continuously after false if statement in swing
问题 In swing application, I am using DefaultTableCellRenderer to flash the table cell when the cell time is equal to system time. I wrote if statement to compare cell time with hh:mm , If both time are equal, time cells backgroung will blink on the table rows. It is blinking 60 secs only still if statement is true, But i want to continue blinking same cell after false if statement. I got the position value of blinking cell like (0,2) and (1,2). from this integer, how can i set continues blink