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 ? | 129 Yes | 17 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 ? | 63 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 ? | 15 Yes | 2 No |
what is the diff's between swing and applet?
how to give transparency for JComboBox,JListBox and JTable
How to merging the particular cells in JTable
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 are the root classes of all classes?
What is JTable and what is its purpose?
how to give transparency to JComboBox,JList and JTable
How to add and delete nodes in Jtree?
can we create a object in static block class A { static { A a=new A(); } }
What does x mean in javax.swing?
What are the features of JFC?
What is the default look and feel of a Swing Component?