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 the difference between AWT and Swing ?
Is java swing deprecated?
what is difference between checked and unchecked exception plz explain examples ?
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
Does Swing contains any heavy weight component?
Which package is needed for swing components?
Can a class be it?s own event handler? Explain how to implement this?
What is content pane in swing?
What is container in java swing?
Which swing methods are thread-safe?
What are the components of swing in java?
What is the design pattern that java uses for all swing components ?