TextComponent.java (TextComponent): Editable by default.
* java/awt/TextComponent.java (TextComponent): Editable by default. From-SVN: r51278
This commit is contained in:
@@ -97,6 +97,7 @@ protected transient TextListener textListener;
|
||||
TextComponent(String text)
|
||||
{
|
||||
this.text = text;
|
||||
this.editable = true;
|
||||
}
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user