Paint bugs with JTable and JList in Java application (Sun JDK 1.5) when scrolling up

Discussion in 'General Questions' started by mfkilgore, Dec 24, 2007.

  1. mfkilgore

    mfkilgore Member

    Messages:
    26
    *** copied message originally placed in linux support thread as this problem happens on mac... (original by klehmann)


    I can confirm this behaviour as well on my mac running both Sun - Java 1.5 and latest Java 6 running on parallels 5582. Looking forward to a fix.


    ---- original message
    I'm using a Java application in a bootcamp WindowsXP installation (JDK 1.5.0_13). In JTable and JList components of the application, the components are not painted properly when scrolling up. You only get duplicated lines and cannot see the contents any more. Scrolling down works without problems.
    Do you have any experience with this bug? It does not occur in a normal Windows system, only inside the Parallels emulation (full screen, window, coherence), tested with build 5162, 5540 and 5570.
    Seems to be a problem between the display driver and the Sun JDK draw routine. It does not happen on other components inside a JScrollPane. And using the IBM JDK, there is no draw error
     

Share This Page