gcc/libjava/java
Tom Tromey e0a339f785 BorderLayout.java (BorderLayout()): New constructor.
* java/awt/BorderLayout.java (BorderLayout()): New constructor.

	* java/awt/Frame.java (Frame): Pass `null' to Window constructor.

	* java/awt/Window.java (addNotify): Wrote.
	(addWindowListener): Wrote.
	(getLocale): Wrote.
	(getWarningString): Wrote.
	(processEvent): Wrote.
	(processWindowEvent): Wrote.
	(removeWindowListener): Wrote.
	(show): Call validate(), setVisible().
	(toBack): Wrote.
	(toFront): Wrote.

	* java/awt/Toolkit.java (createWindow): Declare.

	* java/awt/Frame.java (addNotify): Use getToolkit to find
	toolkit.

	* java/awt/Component.java (invalidate): Wrote.
	(isValid): Wrote.
	(getToolkit): Wrote.

	* java/awt/Container.java (addContainerListener): Removed
	unnecessary cast.
	(removeContainerListener): Likewise.
	(addImpl): Wrote.
	(add(Component)): Use it.
	(add(String,Component)): Likewise.
	(add(Component,int)): Likewise.
	(add(Component,Object)): Likewise.
	(add(Component,Object,int)): Likewise.
	(doLayout): Wrote.
	(getAlignmentX): Wrote.
	(getAlignmentY): Wrote.
	(getComponentAt): Wrote.
	(getMaximumSize): Wrote.
	(invalidate): Wrote.
	(list(PrintStream,int)): Wrote.
	(list(PrintWriter,int)): Wrote.
	(getMinimumSize): Wrote.
	(getPreferredSize): Wrote.
	(printComponents): Wrote.
	(processContainerEvent): Look at containerListener, not
	componentListener.
	(remove): Added event processing and peer destruction.
	(removeAll): Use remove.
	(removeNotify): Wrote.
	(validate): Wrote.
	(validateTree): Wrote.

	* java/awt/Scrollbar.java (addNotify): Do nothing if peer exists.
	* java/awt/Label.java (addNotify): Do nothing if peer exists.
	* java/awt/Container.java (addNotify): Don't create Container
	peer.
	* java/awt/Button.java (addNotify): Do nothing if peer exists.

From-SVN: r35361
2000-07-31 02:03:51 +00:00
..
applet backport: Applet.java: New file. 2000-07-12 05:52:04 +01:00
awt BorderLayout.java (BorderLayout()): New constructor. 2000-07-31 02:03:51 +00:00
beans PropertyChangeEvent.java (oldVal): Renamed to oldValue. 2000-06-27 05:10:03 +00:00
io ObjectOutputStream.java (writeObject): Per spec, call NotSerializableException with just the class name. 2000-07-28 23:48:19 +00:00
lang mauve-libgcj: Activated serialization tests. 2000-07-27 23:57:07 +00:00
math ObjectStreamException.java: New file. 2000-04-11 09:21:53 +00:00
net PropertyChangeEvent.java (oldVal): Renamed to oldValue. 2000-06-27 05:10:03 +00:00
security mauve-libgcj: Activated serialization tests. 2000-07-27 23:57:07 +00:00
sql ObjectStreamException.java: New file. 2000-04-11 09:21:53 +00:00
text PropertyChangeEvent.java (oldVal): Renamed to oldValue. 2000-06-27 05:10:03 +00:00
util * java/util/Vector.java (remove(Object)): Implemented. 2000-07-20 19:27:57 +00:00