|  Tom Tromey | 760903c056 | Makefile.in: Rebuilt. * Makefile.in: Rebuilt.
	* Makefile.am (awt_java_source_files): Added Line2D.java.
	* java/awt/geom/Line2D.java: Wrote.
	* java/awt/Menu.java (addNotify): Wrote.
	* java/awt/PopupMenu.java (addNotify): Implemented.
	(show): Likewise.
	* java/awt/Scrollbar.java (addNotify): Call super.addNotify.
	* java/awt/List.java (addNotify): Call super.addNotify.
	* java/awt/Label.java (addNotify): Call super.addNotify.
	* java/awt/FileDialog.java (addNotify): Call super.addNotify.
	* java/awt/Dialog.java (addNotify): Call super.addNotify.
	* java/awt/Choice.java (addNotify): Call super.addNotify.
	* java/awt/CheckboxMenuItem.java (addNotify): Call super.addNotify.
	* java/awt/Checkbox.java (addNotify): Call super.addNotify.
	* java/awt/List.java (replaceItem): Notify peer.
	* java/awt/geom/Rectangle2D.java
	(Float.setRect(float,float,float,float)): New method.
	* java/awt/event/ContainerEvent.java (getContainer): Now returns
	Container.
	* java/awt/RenderingHints.java (Key): Class now public.
	* java/awt/Rectangle.java (Rectangle): Now implements
	Serializable.
	(getPathIterator): Removed.
	* java/awt/GraphicsConfiguration.java (GraphicsConfiguration): New
	constructor.
	* java/awt/FileDialog.java: Wrote.
	* java/awt/EventQueue.java (isDispatchThread): Now public.
	(invokeLater): Likewise.
	* java/awt/Component.java (setCursor): Update peer.
	(getFontMetrics): Use peer.
	* java/awt/ComponentOrientation.java (ComponentOrientation): Class
	now final.
From-SVN: r41489 | 2001-04-22 03:05:39 +00:00 | 
				
					
						|  Tom Tromey | 5472d1951a | MenuContainer.java: Fixed typo. * java/awt/MenuContainer.java: Fixed typo.
	* Makefile.in: Rebuilt.
	* Makefile.am (awt_java_source_files): Added SystemColor.java.
	* java/awt/SystemColor.java: New file.
	* java/awt/Color.java (rgba): Now package-private.
	* java/awt/event/InputEvent.java (isAltGraphDown): New method.
	* java/awt/event/ContainerEvent.java (getContainer): Renamed from
	getComponent.
	* java/awt/MenuItem.java (addNotify): New method.
	(MenuItem(String,MenuShortcut)): New constructor.
	(setLabel): Notify peer of change.
	(setEnabled): Likewise.
	* java/awt/GridLayout.java (toString): New method.
	* java/awt/FlowLayout.java (LEADING, TRAILING): New constants.
	(FlowLayout): Check for LEADING and TRAILING.
	(setAlignment): Likewise.
	(layoutContainer): Handle component orientation.
	* java/awt/Component.java (orientatin): New field.
	(setComponentOrientation): Wrote.
	(getComponentOrientation): Wrote.
	* java/awt/Event.java (Event): Implements Serializable.
	(consumed): New field for serialization.
	* java/awt/Dimension.java (Dimension): Implements Serializable.
	* java/awt/Cursor.java (Cursor): Implements Serializable.
	* java/awt/Container.java (Container): No longer abstract.
	* java/awt/Choice.java: Wrote.
	* java/awt/Checkbox.java: Wrote.
	* java/awt/ItemSelectable.java: Documented.
	* java/awt/CheckboxGroup.java: Wrote.
	* java/awt/CardLayout.java (layoutContainer): Directly use fields
	in other classes.
	(getSize): Likewise.
From-SVN: r38486 | 2000-12-26 00:25:13 +00:00 |