bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug swing/27185] New: JComponent.paintChildrenOptimized does not always


From: audriusa at bluewin dot ch
Subject: [Bug swing/27185] New: JComponent.paintChildrenOptimized does not always returns the correct last child to be painted.
Date: 17 Apr 2006 19:23:55 -0000

Our swing demo currently only paints the first button in the last row, do not
displaying others. This is because it starts painting from the wrong component
(JButton) and proceeds downwards till the first button. The bug can be fully
fixed by deleting lines 2030 to 2049 in JComponent that seem doing some kind of
the optimization not very correctly. The optimization should be either removed
or fixed.

The "First button only in the last row" depends on the call of the
setMaximumSize in the Swing demo, but this call is accepted and operates
correctly in the Sun's jre. So we probably need to fix the Swing and not the
demo program.

Setting severty to major - buttons are not visible.


-- 
           Summary: JComponent.paintChildrenOptimized does not always
                    returns the correct last child to be painted.
           Product: classpath
           Version: 0.90
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: swing
        AssignedTo: roman at kennke dot org
        ReportedBy: audriusa at bluewin dot ch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27185





reply via email to

[Prev in Thread] Current Thread [Next in Thread]