[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/27833] Strange repaint bugs after Graphics2D update
From: |
mark at gcc dot gnu dot org |
Subject: |
[Bug swing/27833] Strange repaint bugs after Graphics2D update |
Date: |
3 Jun 2006 05:38:24 -0000 |
------- Comment #6 from mark at gcc dot gnu dot org 2006-06-03 05:38 -------
I am also seeing a similar thing with our free swing demo example. But Sven
isn't seeing the same thing (we compared screenshots and his looks fine, while
mine look like attachement #1). So another example might be nice to see if we
can figure out when/how this is happening.
It looks like this example is missing the SudokuRepaintable class:
package xxx;
public interface SudokuRepaintable
{
public void repaintRequested(Object o);
}
With that it compiles and I do see similar repaint issues as in the original
bug report when hiding and exposing the window again after Random Game and
Solve Animated. Also when I start up xxx.SudokuGUI the menubar is missing.
Might this be related somehow to the window manager used?
I am using metacity 2.14.5
BTW. The scrolling components inside JSplitPanes was bug #27879 which is now
solved.
--
mark at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mark at gcc dot gnu dot org,
| |sven at physto dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27833
- [Bug swing/27833] Strange repaint bugs after Graphics2D update, audriusa at bluewin dot ch, 2006/06/02
- [Bug swing/27833] Strange repaint bugs after Graphics2D update,
mark at gcc dot gnu dot org <=
- [Bug swing/27833] Strange repaint bugs after Graphics2D update, audriusa at bluewin dot ch, 2006/06/03
- [Bug swing/27833] Strange repaint bugs after Graphics2D update, audriusa at bluewin dot ch, 2006/06/03
- [Bug swing/27833] Strange repaint bugs after Graphics2D update, sven at physto dot se, 2006/06/03
- [Bug swing/27833] Strange repaint bugs after Graphics2D update, pere at hungry dot com, 2006/06/03
- [Bug swing/27833] Strange repaint bugs after Graphics2D update, audriusa at bluewin dot ch, 2006/06/03
- [Bug swing/27833] Strange repaint bugs after Graphics2D update, sven at physto dot se, 2006/06/03
- [Bug swing/27833] Strange repaint bugs after Graphics2D update, pere at hungry dot com, 2006/06/05
- [Bug swing/27833] Strange repaint bugs after Graphics2D update, audriusa at bluewin dot ch, 2006/06/05
- [Bug swing/27833] Strange repaint bugs after Graphics2D update, mark at gcc dot gnu dot org, 2006/06/05
- [Bug swing/27833] Strange repaint bugs after Graphics2D update, hendrich at informatik dot uni-hamburg dot de, 2006/06/06