This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gui][patch] temporary fix for build breakage


Hi,

This is a temporary fix to get Box compiling.

Cheers,

Kim

2004-05-11  Kim Ho  <kho@redhat.com>

	* javax/swing/Box.java:
	Remove reference to AccessibleAWTComponent 
	so it compiles again.
Index: javax/swing/Box.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/javax/swing/Box.java,v
retrieving revision 1.3.2.2
diff -u -r1.3.2.2 Box.java
--- javax/swing/Box.java	6 May 2004 16:14:38 -0000	1.3.2.2
+++ javax/swing/Box.java	11 May 2004 16:35:53 -0000
@@ -69,7 +69,7 @@
   
   public static class Filler extends JComponent implements Accessible
   {
-    protected class AccessibleBoxFiller extends AccessibleAWTComponent
+    protected class AccessibleBoxFiller// extends AccessibleAWTComponent
     {
       protected AccessibleBoxFiller()
       {

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]