Re: Weird Java 6 Double-buffering Problem
- From: "Larry Barowski" <MElarrybar-AT-eng_DOT_auburnANOTHERDOTeduEND>
- Date: Mon, 23 Apr 2007 10:14:38 -0400
"SwingGuy" <sss@xxxxxxxxxx> wrote in message
news:SM7Wh.101239$Yr.27152@xxxxxxxxxxxxxxxxxxxxxxxx
...
Ever since I upgraded my app, my JTable components have been experiencing
this exact problem. I've set double buffering off *globally* using the
call:
RepaintManager.currentManager(null).setDoubleBufferingEnabled(false);
...
Since the problem is new in Java 1.6, try:
RepaintManager.setCurrentManager(new RepaintManager());
to go back to the old style of double buffering.
.
- References:
- Weird Java 6 Double-buffering Problem
- From: SwingGuy
- Weird Java 6 Double-buffering Problem
- Prev by Date: Netbeans / RCP Question
- Next by Date: japplet param
- Previous by thread: Weird Java 6 Double-buffering Problem
- Next by thread: South Florida Software Symposium - May 18 - 20, 2007
- Index(es):
Relevant Pages
|