gcc/libjava/java/awt
Warren Levy d05165c393 Color.java: New file.
* java/awt/Color.java: New file.
	* java/awt/Graphics.java: New file.
	* java/awt/Image.java: New file.
	* java/awt/Paint.java: New file.
	* java/awt/PaintContext.java: New file.
	* java/awt/Transparency.java: New file.
	* java/util/Collection.java: New file.
	* java/util/Comparator.java: New file.
	* java/util/Iterator.java: New file.
	* java/util/List.java: New file.
	* java/util/ListIterator.java: New file.
	* Makefile.am: Added above new files.
	* Makefile.in: Rebuilt.

	* java/awt/Font.java (PLAIN): New field.
	(BOLD): New field.
	(ITALIC): New field.
	(ROMAN_BASELINE): New field.
	(CENTER_BASELINE): New field.
	(HANGING_BASELINE): New field.
	(name): New field.
	(style): New field.
	(size): New field.
	(pointSize): New field.
	(Font): Implemented constructor.
	(isPlain): Implemented method.
	(isBold): Implemented method.
	(isItalic): Implemented method.
	(getName): Implemented method.
	(getStyle): Implemented method.
	(getSize): Implemented method.
	(getSize2D): Implemented method.
	(decode): Stubbed.
	* java/awt/Frame.java (getFont): Stubbed.
	(postEvent): Stubbed.
	(remove): Stubbed.
	* java/awt/Menu.java (postEvent): Stubbed.
	* java/awt/MenuBar.java (getFont): Stubbed.
	(postEvent): Stubbed.
	* java/awt/Toolkit.java (getImage): Added abstract method.

From-SVN: r32598
2000-03-17 00:45:06 +00:00
..
event All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
geom All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
peer All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
AWTEvent.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
BorderLayout.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Color.java Color.java: New file. 2000-03-17 00:45:06 +00:00
Component.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Container.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Dimension.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Event.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Font.java Color.java: New file. 2000-03-17 00:45:06 +00:00
Frame.java Color.java: New file. 2000-03-17 00:45:06 +00:00
Graphics.java Color.java: New file. 2000-03-17 00:45:06 +00:00
Image.java Color.java: New file. 2000-03-17 00:45:06 +00:00
LayoutManager2.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
LayoutManager.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Menu.java Color.java: New file. 2000-03-17 00:45:06 +00:00
MenuBar.java Color.java: New file. 2000-03-17 00:45:06 +00:00
MenuComponent.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
MenuContainer.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
MenuItem.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natToolkit.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Paint.java Color.java: New file. 2000-03-17 00:45:06 +00:00
PaintContext.java Color.java: New file. 2000-03-17 00:45:06 +00:00
Point.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Rectangle.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Shape.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
TextArea.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
TextComponent.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Toolkit.java Color.java: New file. 2000-03-17 00:45:06 +00:00
Transparency.java Color.java: New file. 2000-03-17 00:45:06 +00:00
Window.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00