[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/24905] New: JSplitPane background doesn't get repainted when
From: |
abalkiss at redhat dot com |
Subject: |
[Bug swing/24905] New: JSplitPane background doesn't get repainted when Component changes size |
Date: |
16 Nov 2005 20:11:50 -0000 |
The attached testcase puts a JComponent in a JSplitPane. Key presses make the
JComponent get smaller, but our implementation doesn't repaint the background
until you drag the window and make it bigger.
The JComponent is just something that paints itself blue, so when you make it
smaller by pressing a key, you should see the background colour start to take
up some of the space in the JSplitPane, so it should be 2 rectangles, one
coloured blue and one coloured in the background colour. But ours stays all
blue until you grab and increase the size of the window, then you see the
changes show up.
--
Summary: JSplitPane background doesn't get repainted when
Component changes size
Product: classpath
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: swing
AssignedTo: roman at kennke dot org
ReportedBy: abalkiss at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24905
- [Bug swing/24905] New: JSplitPane background doesn't get repainted when Component changes size,
abalkiss at redhat dot com <=