Commit 4a8e7041 by Michael Koch Committed by Michael Koch

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.

From-SVN: r75653
parent 5c9092a7
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.
2004-01-10 Michael Koch <konqueror@gmx.de>
* javax/swing/JRadioButtonMenuItem.java,
javax/swing/JSeparator.java,
javax/swing/JSplitPane.java,
......
......@@ -131,5 +131,5 @@ public abstract class ImageDecoder implements ImageProducer
{
}
abstract void produce (Vector v, InputStream is) throws IOException;
public abstract void produce (Vector v, InputStream is) throws IOException;
}
......@@ -239,7 +239,7 @@ public class GLightweightPeer
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) {}
......
......@@ -96,7 +96,7 @@ public class GtkToolkit extends gnu.java.awt.ClasspathToolkit
return useGraphics2d;
}
static
static
{
if (Configuration.INIT_LOAD_LIBRARY)
System.loadLibrary("gtkpeer");
......@@ -352,7 +352,6 @@ public class GtkToolkit extends gnu.java.awt.ClasspathToolkit
* @deprecated part of the older "logical font" system in earlier AWT
* implementations. Our newer Font class uses getClasspathFontPeer.
*/
protected FontPeer getFontPeer (String name, int style)
{
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment