Hi,
On Mon, 2006-05-15 at 10:24 +0100, David Gilbert wrote:
> 2006-05-15 David Gilbert <[EMAIL PROTECTED]>
>
> * java/awt/Graphics2D.java: Added some API doc comments.
> [...]
> +import java.awt.print.PageFormat;
> +import java.awt.print.Printable;
> +import java.awt.print.PrinterJob;
Fo
This patch (committed) adds some API doc comments to Graphics2D.java. These have
been sitting on my hard drive for a while - they're not comprehensive or complete,
but they're better than nothing at all:
2006-05-15 David Gilbert <[EMAIL PROTECTED]>
* java/awt/Graphics2D.java: Added