What is the design pattern that java uses for all swing components ?
Answer / Subhas Chandra Srivastava
The Model-View-Controller (MVC) design pattern. In Swing, the MVC pattern separates the visual representation (view), the underlying data (model), and the handling of user input (controller).
| Is This Answer Correct ? | 0 Yes | 0 No |
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 is event in java swing?
What is the function of internal frame in swing?
Where is java swing used?
What is the difference between swing and awt?
What is the use of swing in java?
how to give transparency to JComboBox,JList and JTable
What are swings?
Does Swing contains any heavy weight component?
How to add and delete nodes in Jtree?
Write a program to include the internal frame in swing.
What are the different types of layout managers used in swing?