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]

FYI: Patch: gnu.java.awt


Hi list,


I commited the attached patch to merge some gnu.java.awt.classes with 
classpath.


Michael


2004-01-10  Michael Koch  <konqueror@gmx.de>

	* gnu/java/awt/image/ImageDecoder.java
	(produce): Made public.
	* gnu/java/awt/peer/GLightweightPeer.java,
	gnu/java/awt/peer/gtk/GtkToolkit.java:
	Reformated.

Index: gnu/java/awt/image/ImageDecoder.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gnu/java/awt/image/ImageDecoder.java,v
retrieving revision 1.2
diff -u -b -B -r1.2 ImageDecoder.java
--- gnu/java/awt/image/ImageDecoder.java	12 Nov 2003 00:37:33 -0000	1.2
+++ gnu/java/awt/image/ImageDecoder.java	10 Jan 2004 21:23:49 -0000
@@ -131,5 +131,5 @@
   { 
   }
 
-  abstract void produce (Vector v, InputStream is) throws IOException;
+  public abstract void produce (Vector v, InputStream is) throws IOException;
 }
Index: gnu/java/awt/peer/GLightweightPeer.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gnu/java/awt/peer/GLightweightPeer.java,v
retrieving revision 1.1
diff -u -b -B -r1.1 GLightweightPeer.java
--- gnu/java/awt/peer/GLightweightPeer.java	21 Aug 2003 18:39:55 -0000	1.1
+++ gnu/java/awt/peer/GLightweightPeer.java	10 Jan 2004 21:23:49 -0000
@@ -239,7 +239,7 @@
 
   public void setBackground(Color color) {}
 
-  public void setBounds(int x, int y, int width, int height) { }
+  public void setBounds(int x, int y, int width, int height) {}
 
   public void setCursor(Cursor cursor) {}
 
Index: gnu/java/awt/peer/gtk/GtkToolkit.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gnu/java/awt/peer/gtk/GtkToolkit.java,v
retrieving revision 1.6
diff -u -b -B -r1.6 GtkToolkit.java

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