Programming - Swings - Discussion

You Are Here :: Home > JAVA > Swings - Discussion

 



Q.

JTextArea(String s,int row,int column) creates a text area with the specified number of __________ that displays specified text.                         


A. tables B. rows and columns
C. both a and b D. none

Answer: Option B
Explaination:

 


JTextArea(String s,int row,int column) creates a text area with the specified number of rows and columns that displays specified text.




Discussion

Your Comments Goes here...
NameDiscussion