I have a JTable which is updating all (or some) rows approx. every second.
The table uses a custom renderer for changing row background and foreground
colors etc. The problem I have is that every time the table is repainted
with new information, the image flickers, making it impossible to select a
specific row (not to mention looking pretty messy). I have set the
RepaintManager.setDoubleBufferingEnabled() to true, however this makes
little or no difference. Maybe the components are getting buffered, but
aren't getting painted synchronously (?). Has anyone got any suggestions as
to solving this problem ??
Thanks,
Ash
Ash <as...@fairex.com> wrote in message news:3a39...@news.starhub.net.sg...