gcc/libjava/java/awt
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
..
color BitMaskExtent.java, [...]: Removed Latin-1 copyright symbols. 2000-08-29 03:23:57 +00:00
datatransfer Makefile.am: Add new AWT stubs. 2000-08-03 13:09:41 +01:00
event MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
geom Point2D.java: Added protected constructor. 2000-12-04 02:27:21 +00:00
image prims.cc (_Jv_argv, _Jv_argc): New fields. 2000-10-02 06:14:25 +01:00
peer ChoicePeer.java (addItem): Removed. 2000-10-11 10:47:25 +01:00
ActiveEvent.java Makefile.in: Rebuilt. 2000-04-09 04:13:27 +00:00
Adjustable.java Makefile.in: Rebuilt. 2000-07-23 00:24:14 +00:00
AWTError.java AWTError.java: Extend Error, not IllegalStateException. 2000-12-04 01:54:34 +00:00
AWTEvent.java Big AWT patch. 2000-07-12 04:32:07 +01:00
AWTEventMulticaster.java Big AWT patch. 2000-07-12 04:32:07 +01:00
AWTException.java Makefile.in: Rebuilt. 2000-04-04 19:56:20 +00:00
AWTPermission.java Makefile.in: Rebuilt. 2000-12-03 06:34:54 +00:00
BorderLayout.java ComponentDataBlitOp.java: New file. 2000-08-16 18:03:48 +00:00
Button.java Removed additional addNotify() peer hacks. 2000-12-18 22:17:25 +00:00
Canvas.java ComponentDataBlitOp.java: New file. 2000-08-16 18:03:48 +00:00
CardLayout.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
Checkbox.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
CheckboxGroup.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
CheckboxMenuItem.java Makefile.am: Add new AWT stubs. 2000-08-03 13:09:41 +01:00
Choice.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
Color.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
Component.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
ComponentOrientation.java Makefile.am: Move beans and applet classes to awt_java_source_files. 2000-08-09 14:01:44 +01:00
Container.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
Cursor.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
Dialog.java Makefile.am: Add new AWT stubs. 2000-08-03 13:09:41 +01:00
Dimension.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
Event.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
EventDispatchThread.java Makefile.am: Added rules for libgcjx library. 2000-10-22 17:46:09 +00:00
EventQueue.java ComponentDataBlitOp.java: New file. 2000-08-16 18:03:48 +00:00
FileDialog.java Makefile.am: Add new AWT stubs. 2000-08-03 13:09:41 +01:00
FlowLayout.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
Font.java Big AWT patch. 2000-07-12 04:32:07 +01:00
FontMetrics.java ComponentDataBlitOp.java: New file. 2000-08-16 18:03:48 +00:00
Frame.java ComponentDataBlitOp.java: New file. 2000-08-16 18:03:48 +00:00
Graphics.java ComponentDataBlitOp.java: New file. 2000-08-16 18:03:48 +00:00
Graphics2D.java BitMaskExtent.java, [...]: Removed Latin-1 copyright symbols. 2000-08-29 03:23:57 +00:00
GraphicsConfiguration.java ComponentDataBlitOp.java: New file. 2000-08-16 18:03:48 +00:00
GridBagConstraints.java GridBagConstraints.java: Filled in values for static final fields. 2000-12-07 00:46:13 +00:00
GridLayout.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
IllegalComponentStateException.java Makefile.in: Rebuilt. 2000-04-09 04:13:27 +00:00
Image.java prims.cc (_Jv_argv, _Jv_argc): New fields. 2000-10-02 06:14:25 +01:00
Insets.java Big AWT patch. 2000-07-12 04:32:07 +01:00
ItemSelectable.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
Label.java Removed additional addNotify() peer hacks. 2000-12-18 22:17:25 +00:00
LayoutManager.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
LayoutManager2.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
List.java Makefile.am: Add new AWT stubs. 2000-08-03 13:09:41 +01:00
Menu.java Big AWT patch. 2000-07-12 04:32:07 +01:00
MenuBar.java Font.java (isBold): Fix syntax error. 2000-03-24 09:09:56 +00:00
MenuComponent.java Big AWT patch. 2000-07-12 04:32:07 +01:00
MenuContainer.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
MenuItem.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +00:00
MenuShortcut.java Big AWT patch. 2000-07-12 04:32:07 +01: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
Panel.java Removed additional addNotify() peer hacks. 2000-12-18 22:17:25 +00:00
Point.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
PopupMenu.java Big AWT patch. 2000-07-12 04:32:07 +01:00
Rectangle.java ComponentDataBlitOp.java: New file. 2000-08-16 18:03:48 +00:00
RenderingHints.java BitMaskExtent.java, [...]: Removed Latin-1 copyright symbols. 2000-08-29 03:23:57 +00:00
Scrollbar.java Removed additional addNotify() peer hacks. 2000-12-18 22:17:25 +00:00
ScrollPane.java Makefile.am: Add new AWT stubs. 2000-08-03 13:09:41 +01:00
Shape.java Makefile.in: Rebuilt. 2000-07-23 00:24:14 +00:00
SystemColor.java MenuContainer.java: Fixed typo. 2000-12-26 00:25:13 +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
TextField.java Makefile.am: Add new AWT stubs. 2000-08-03 13:09:41 +01:00
Toolkit.java prims.cc (_Jv_argv, _Jv_argc): New fields. 2000-10-02 06:14:25 +01:00
Transparency.java Color.java: New file. 2000-03-17 00:45:06 +00:00
Window.java Window.java (addNotify): Remove peer casting hack now that gcj/312 is fixed. 2000-12-18 21:20:31 +00:00