commit-classpath
[Top][All Lists]
Advanced

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

Re: FYI: Patch: Swing fixes


From: Mark Wielaard
Subject: Re: FYI: Patch: Swing fixes
Date: Sat, 14 Feb 2004 23:05:46 +0100

Hi,

On Sat, 2004-02-14 at 22:48, Michael Koch wrote:
> I just merged a BIG commit from Graydon Hoare in libgcj.

Nice so classpath 0.08 will enable programmers that really need those
JButtons working! :)

But this change breaks the build with jikes:

Found 4 semantic errors compiling
"../../classpath/javax/swing/plaf/basic/BasicButtonUI.java":
 
   193.         if (b.isSelected() && b.getRolloverSelectedIcon() !=
null)
                                      ^-------------------------^
*** Semantic Error: The method "javax.swing.Icon
getRolloverSelectedIcon();" in type "javax.swing.AbstractButton" has
default access and is not accessible here. 
 
   194.           i = b.getRolloverSelectedIcon();
                      ^-------------------------^
*** Semantic Error: The method "javax.swing.Icon
getRolloverSelectedIcon();" in type "javax.swing.AbstractButton" has
default access and is not accessible here. 
 
   201.         if (b.isEnabled() && b.getSelectedIcon() != null)
                                     ^-----------------^
*** Semantic Error: The method "javax.swing.Icon getSelectedIcon();" in
type "javax.swing.AbstractButton" has default access and is not
accessible here.
 
 
   202.           i = b.getSelectedIcon();
                      ^-----------------^
*** Semantic Error: The method "javax.swing.Icon getSelectedIcon();" in
type "javax.swing.AbstractButton" has default access and is not
accessible here.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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