Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Table cell flashing

869629Nov 15 2011 — edited Nov 22 2011
Hi,

Before I start to hack away a solution that might not be fx-like, I'd like to get your expert opinion about implementing cell flashing for a table view.
I have done this several times in Swing (using a timer, a customer renderer, switching the bg/fg colors 3 times, and firing up an even table cell update), but how do implement this feature in JavaFX?

* The table cell renderer (override def call (...)) could be used
* The bg/fg color switch can be done using different css styles
* what would be the best way to implement the timer and ask the view to "repaint" a specific cell?

Thx v much
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 20 2011
Added on Nov 15 2011
9 comments
6,932 views