[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: More AWT updates
From: |
Eric Blake |
Subject: |
FYI: More AWT updates |
Date: |
Tue, 19 Mar 2002 21:54:57 -0700 |
Here's the latest batch. I updated all the interfaces of java.awt, and
in the process had to add methods to Polygon. I think I got the
algorithms in Polygon correct, but it was a bear to code because of
Sun's definition (in the Shape interface) of included points! Someone
who is more fluent with computer graphics than me may want to check my
work.
2002-03-19 Eric Blake <address@hidden>
* java/awt/Makefile.am (EXTRA_DIST): Add new files.
* java/awt/AWTEvent.java: Update to 1.4.
* java/awt/ActiveEvent.java: Update to 1.4.
* java/awt/Adjustable.java: Update to 1.4.
* java/awt/Composite.java: New file.
* java/awt/CompositeContext.java: New file.
* java/awt/ItemSelectable.java: Update to 1.4.
* java/awt/KeyEventDispatcher.java: New file.
* java/awt/KeyEventPostProcessor.java: New file.
* java/awt/LayoutManager.java: Update to 1.4.
* java/awt/LayoutManager2.java: Update to 1.4.
* java/awt/MenuContainer.java: Update to 1.4.
* java/awt/Paint.java: Update to 1.4.
* java/awt/PaintContext.java: Update to 1.4.
* java/awt/Polygon.java: Update to 1.4, including new methods.
* java/awt/PrintGraphics.java: Update to 1.4.
* java/awt/Shape.java: Update to 1.4.
* java/awt/Stroke.java: New file.
* java/awt/Transparency.java: Update to 1.4.
--
This signature intentionally left boring.
Eric Blake address@hidden
BYU student, free software programmer
- FYI: More AWT updates,
Eric Blake <=