What is the base class for all of swing components?
Answers were Sorted based on User's Feedback
Answer / shailaja
All swing components are derived from abstract
javax.swing.Jcomponet class
| Is This Answer Correct ? | 147 Yes | 21 No |
Answer / chrism
Given that Java is case sensitive, i should say that the
correct answer is javax.swing.JComponent class
| Is This Answer Correct ? | 70 Yes | 13 No |
Answer / shweta patel
Abstract Button
ButtonGtoup
ImageIcon
JApplet
JButton
JCheckbox
JComboBox
JLabel
JRadioButton
JScrollPane
JTabbedPane
JTable
JTextField
JTree
| Is This Answer Correct ? | 18 Yes | 4 No |
Is java swing deprecated?
What is swing?
What are heavy weight components ?
What does x mean in javax.swing?
What is awt and swing?
What is the function of abstractaction class?
What is the difference between swing and applet?
Which method of the Component class is used to set the position and size of a component?
Write a program to include the internal frame in swing.
What is a component in swing?
What is import javax swing jframe?
what are the steps required in creating an empty table drop?