What is the design pattern that java uses for all swing components ?



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

Post New Answer

More Swing Interview Questions

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

1 Answers  


What is event in java swing?

1 Answers  


What is the function of internal frame in swing?

1 Answers  


Where is java swing used?

1 Answers  


What is the difference between swing and awt?

1 Answers  


What is the use of swing in java?

1 Answers  


how to give transparency to JComboBox,JList and JTable

5 Answers   Ness Technologies,


What are swings?

1 Answers  


Does Swing contains any heavy weight component?

5 Answers  


How to add and delete nodes in Jtree?

1 Answers   MindMill,


Write a program to include the internal frame in swing.

1 Answers  


What are the different types of layout managers used in swing?

1 Answers  


Categories