classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] FYI: Some quick fixes for accessibility in Swing


From: Thomas Fitzsimmons
Subject: Re: [cp-patches] FYI: Some quick fixes for accessibility in Swing
Date: Wed, 07 Sep 2005 07:44:40 -0400

On Tue, 2005-09-06 at 22:41 +0200, Roman Kennke wrote:
> I re-enabled some accessibility things in javax.swing that have been
> disabled due to a compiler bug in gcj < 4. I think now that the 0.18
> release is out it would be a good time to get rid of this
> gcj<4-bug-support things. This will also remove a lot of clutter in the
> JAPI pages and maybe brings some points in the score :-)

This still breaks with gcj HEAD:

/home/fitzsim/sources/gcc/libjava/classpath/javax/swing/Box.java:67:
error: Nested class java.awt.Container$AccessibleAWTContainer is
protected; cannot be accessed from here.
  protected class AccessibleBox extends Container.AccessibleAWTContainer
                                           ^
/home/fitzsim/sources/gcc/libjava/classpath/javax/swing/Box.java:92:
error: Nested class java.awt.Component$AccessibleAWTComponent is
protected; cannot be accessed from here.
      extends Component.AccessibleAWTComponent

I assume this is a known GCC bug?

Tom






reply via email to

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