adspace
What is the design pattern that java uses for all swing components ?
Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category