单项选择题

下列构造函数中创建了一个为20行,30列的文本区的是( )。

A.TextField(20,30)
B.TextArea(20,30)
C.TextField(20,30,"")
D.TextArea(20,30,"")