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 |
What is jpanel swing?
How to align components in java swing?
How to add and delete nodes in Jtree?
What is difference between jframe and swing?
Why are swing components called lightweight?
Why swing is better than awt?
how can u handle runtime exceptions in java plz explain with examples briefly?
How to change button color in java swing?
Why should the implementation of any swing callback (like a listener) execute quickly?
what is the diff's between swing and applet?
Which method of the Component class is used to set the position and size of a component?
What is javax swing joptionpane?