[Top][All Lists]
[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
- [Bug swing/27185] New: JComponent.paintChildrenOptimized does not always returns the correct last child to be painted.,
audriusa at bluewin dot ch <=
- [Bug swing/27185] JComponent.paintChildrenOptimized does not always returns the correct last child to be painted., audriusa at bluewin dot ch, 2006/04/17
- [Bug swing/27185] JComponent.paintChildrenOptimized does not always returns the correct last child to be painted., roman at kennke dot org, 2006/04/17
- [Bug swing/27185] JComponent.paintChildrenOptimized does not always returns the correct last child to be painted., audriusa at bluewin dot ch, 2006/04/18
- [Bug swing/27185] JComponent.paintChildrenOptimized does not always returns the correct last child to be painted., cvs-commit at developer dot classpath dot org, 2006/04/18
- [Bug swing/27185] JComponent.paintChildrenOptimized does not always returns the correct last child to be painted., roman at kennke dot org, 2006/04/18
- [Bug swing/27185] JComponent.paintChildrenOptimized does not always returns the correct last child to be painted., gnu_andrew at member dot fsf dot org, 2006/04/27