What are all the components used in Swing?
the components used in swings are LABEL ,TEXTFIELD ,BUTTON
CHECKBOX,CONTAINER,CANVAS,MENU,LIST
CONTAINER IS DIVIDED INTO 3 PARTS
1.PANEL ,2.JCOMPONENT ,3.WINDOW
JCOMPONENT DIVIDED INTO SO MANY COMPONENTS
1.JLABEL ,2.JTEXTFIELD ,3.JBUTTON ,4.JCBOX,
5.JFRAME ,6.JPANEL ,7.JCANVAS
| Is This Answer Correct ? | 3 Yes | 2 No |
What is difference between swing and awt?
What is the base class for all of swing components?
What are heavyweight components? What is lightweight component?
What is the difference between swing and awt?
what is difference between checked and unchecked exception plz explain examples ?
can we create a object in static block class A { static { A a=new A(); } }
Default layout for a ContentPane in JFC?
Is swing still used in java?
please any one explain this project: Minimizing recovery state in geographic ad hoc routing
What is a component in swing?
What is swing in java javatpoint?
How to add and delete nodes in Jtree?