GtkComponentPeer.java, [...]: Explicitly import used classes.

2003-07-09  Michael Koch  <konqueror@gmx.de>

	* gnu/java/awt/peer/gtk/GtkComponentPeer.java,
	gnu/java/awt/peer/gtk/GtkContainerPeer.java,
	gnu/java/awt/peer/gtk/GtkDialogPeer.java,
	gnu/java/awt/peer/gtk/GtkWindowPeer.java:
	Explicitly import used classes.
	* java/awt/Container.java: New version from classpath.

From-SVN: r69129
This commit is contained in:
Michael Koch 2003-07-09 07:50:01 +00:00 committed by Michael Koch
parent 7fbbd1223b
commit 844c00ed16
6 changed files with 56 additions and 11 deletions

View file

@ -201,12 +201,14 @@ public class Container extends Component
/**
* Adds the specified component to the container at the end of the
* component list. This method should not be used. Instead, use
* <code>add(Component, Object</code>.
* <code>add(Component, Object)</code>.
*
* @param name The name of the component to be added.
* @param component The component to be added.
*
* @return The same component that was added.
*
* @see #add(Component,Object)
*/
public Component add(String name, Component comp)
{