+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,
{
}
- abstract void produce (Vector v, InputStream is) throws IOException;
+ public abstract void produce (Vector v, InputStream is) throws IOException;
}
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) {}
return useGraphics2d;
}
- static
+ static
{
if (Configuration.INIT_LOAD_LIBRARY)
System.loadLibrary("gtkpeer");
* @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 {