Computer Science, asked by sharmila93, 11 months ago

difference between text field and text area​

Answers

Answered by Rohit65k0935Me
12

♥️ ***Hey,mate***♥️

♥️♥️♥️Follow me☑️☑️☑️

Mark as brainlist✔️✔️✔️

TextArea:

• A single line of text input is not enough so they include multiline

• numChars specifies its width in the form of characters.

• A single line of text input is not enough so they include multiline• numChars specifies its width in the form of characters.• Initial text can be specified with the help of str.

TextField:

• It is implemented in a single line text entry area

  • a single line text entry area• It is called an edit control
  • a single line text entry area• It is called an edit control

• The text field allows a user to enter the strings and edit text using cut and paste or arrow keys."


Rohit65k0935Me: mark as brainlist bro ....
Rohit65k0935Me: please
sharmila93: what?
Answered by PrashantMishra420420
3

The main difference between TextField and TextArea in Java is that the TextField is an AWT component that allows entering a single line of text in a GUI application while the TextArea is an AWT component that allows entering multiple lines of text in a GUI application. ... Whereas, Java ME is used for mobile applications.

Similar questions