bug-classpath
[Top][All Lists]
Advanced

[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





reply via email to

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