Commit d6c8012e by Tom Tromey Committed by Tom Tromey

* gnu/awt/xlib/XToolkit.java (getPrintJob): New stub method.

From-SVN: r49184
parent 92a4639e
2002-01-24 Tom Tromey <tromey@redhat.com>
* gnu/awt/xlib/XToolkit.java (getPrintJob): New stub method.
2002-01-23 Tom Tromey <tromey@redhat.com>
* java/awt/BorderLayout.java (addLayoutComponent): Added missing
......
/* Copyright (C) 2000 Free Software Foundation
/* Copyright (C) 2000, 2002 Free Software Foundation
This file is part of libgcj.
......@@ -14,6 +14,7 @@ import java.awt.image.ImageProducer;
import java.awt.image.ImageObserver;
import java.net.*;
import java.awt.datatransfer.Clipboard;
import java.util.Properties;
import gnu.gcj.xlib.Display;
import gnu.gcj.xlib.Screen;
......@@ -292,6 +293,11 @@ public class XToolkit extends Toolkit
return queue;
}
public PrintJob getPrintJob (Frame frame, String title, Properties props)
{
return null; // FIXME
}
XGraphicsConfiguration getDefaultXGraphicsConfiguration()
{
if (defaultConfig == null)
......
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