AWT/Swing Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 951 Page Views: 

Name two subclasses of the TextComponent class.



Posted By: Avi Date: 8 November 2010 01:06:07 PM
 Answer:

TextField and TextArea.


Posted By: avibtech


Date: 8 November 2010 01:06:07 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image sLBr1Z
Related Questions
AWT/Swing : What is the difference between a MenuItem and a CheckboxMenuItem?

What is the difference between a MenuItem and a CheckboxMenuItem?

The CheckboxMenuItem class extends the MenuItem class to support a menu item that may be checked or ....
Category: AWT/Swing Date: 11/7/2010 12:12:06 PM
AWT/Swing : What is JFC?

What is JFC?

JFC ( Java Foundation Classes) are a set of Java class libraries provided as part of J2SE to support....
Category: AWT/Swing Date: 11/7/2010 8:13:03 AM
AWT/Swing : How the Canvas class and the Graphics class are related?

How the Canvas class and the Graphics class are related?

Canvas object provides access to a Graphics object via its paint() method.
Category: AWT/Swing Date: 11/7/2010 6:56:06 AM
AWT/Swing : What is a layout manager?

What is a layout manager?

A layout manager is an object that is used to organize components in a container.
Category: AWT/Swing Date: 11/7/2010 5:18:04 AM
AWT/Swing : What method is used to specify a container's layout?

What method is used to specify a container's layout?

The setLayout() method is used to specify a container's layout.
Category: AWT/Swing Date: 11/7/2010 3:28:06 AM