gcc/libjava/java
Tom Tromey 0e1c7a5f36 LayoutManager2.java: Merged with Classpath.
* java/awt/LayoutManager2.java: Merged with Classpath.
	* java/awt/LayoutManager.java: Merged with Classpath.
	* java/awt/GridLayout.java: Updated copyright and javadoc.
	(getSize): Use `parent.ncomponents'.  Handle insets.
	(layoutContainer): Use `parent.ncomponents'.  Handle case where
	there are fewer children than columns.  Correctly compute size of
	each cell in the grid.  Handle case where there isn't enough
	space.
	* java/awt/CardLayout.java (tab): Renamed from `map'.  Updated
	all users.
	(gotoComponent): Use parent.ncomponents.  Ensure child exists
	before calling setVisible() on it.  Last item is `num - 1', not
	`num'.
	(layoutContainer): Hoist invariants out of loop.

From-SVN: r48898
2002-01-16 05:32:51 +00:00
..
applet backport: Applet.java: New file. 2000-07-12 05:52:04 +01:00
awt LayoutManager2.java: Merged with Classpath. 2002-01-16 05:32:51 +00:00
beans Makefile.in: Rebuilt. 2001-10-15 17:46:06 +00:00
io ObjectInputStream.java (enableResolveObject): Use correct security check. 2001-12-21 22:51:41 +00:00
lang [multiple changes] 2002-01-16 04:06:33 +00:00
math Makefile.in: Rebuilt. 2001-12-16 22:25:14 +00:00
net DatagramSocket.java (getReceiveBufferSize): new 1.2 method. 2002-01-13 11:59:37 +00:00
rmi Activatable.java, [...]: RMI implementation from Kaffe. 2001-08-28 00:03:35 +00:00
security HACKING, [...]: Fix spelling errors. 2001-10-31 00:48:17 +00:00
sql HACKING, [...]: Fix spelling errors. 2001-10-31 00:48:17 +00:00
text CollationElementIterator.java (secondaryOrder): Cast result to `short'. 2001-12-18 17:27:43 +00:00
util Collections drop from Classpath: 2001-12-15 07:47:03 +00:00