Checkbox.java, [...]: New versions from classpath.
2003-05-25 Michael Koch <konqueror@gmx.de> * java/awt/Checkbox.java, java/awt/Dialog.java, java/awt/Font.java, java/awt/Frame.java, java/awt/ScrollPaneAdjustable.java, java/awt/Scrollbar.java, java/awt/Window.java: New versions from classpath. From-SVN: r67164
This commit is contained in:
parent
ef8855d7a0
commit
eceea3010f
8 changed files with 232 additions and 16 deletions
|
@ -307,7 +307,11 @@ addNotify()
|
|||
super.addNotify ();
|
||||
}
|
||||
|
||||
/*************************************************************************/
|
||||
public ItemListener[] getItemListeners ()
|
||||
{
|
||||
return (ItemListener[])
|
||||
AWTEventMulticaster.getListeners (item_listeners, ItemListener.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds a new listeners to the list of registered listeners for this object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue