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 jfc? What are the features of jfc?
What is swing control in java?
What is JTable and what is its purpose?
Name the method, to expand & collapse nodes in a Jtree?
What is difference between awt and swing?
How to perform action on button in java swing?
when we right click on the JTable using mouse it works properly but how to right click on JTable in java using keyboard what should be the code for the same.....? Thanks Nitin
What's java swing?
Which package is needed for swing components?
What is Java Swing?
What is import javax swing?
What is swing container?