Component.java, [...]: Fixed typos.
2003-03-02 Michael Koch <konqueror@gmx.de> * java/awt/Component.java, java/awt/ScrollPane.java: Fixed typos. From-SVN: r63666
This commit is contained in:
parent
b4822ade38
commit
0c0be33402
3 changed files with 9 additions and 3 deletions
|
@ -4080,7 +4080,7 @@ p * <li>the set of backward traversal keys
|
|||
}
|
||||
|
||||
/**
|
||||
* Tells wether or not an event type is enabled.
|
||||
* Tells whether or not an event type is enabled.
|
||||
*/
|
||||
boolean eventTypeEnabled (int type)
|
||||
{
|
||||
|
|
|
@ -476,7 +476,7 @@ paramString()
|
|||
}
|
||||
|
||||
/**
|
||||
* Tells wether or not an event is enabled.
|
||||
* Tells whether or not an event is enabled.
|
||||
*
|
||||
* @since 1.4
|
||||
*/
|
||||
|
@ -489,7 +489,7 @@ paramString()
|
|||
}
|
||||
|
||||
/**
|
||||
* Tells wether or not wheel scrolling is enabled.
|
||||
* Tells whether or not wheel scrolling is enabled.
|
||||
*
|
||||
* @since 1.4
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue