Swing architecture is rooted in the model-view-controller ( MVC) design that dates back to SmallTalk . MVC architecture calls for a visual application to be broken up into three separate parts: A model that represents the data for the application. The view that is the visual representation of that data.
Read moreDoes Java Swing support MVC?
Swing uses the model-view-controller architecture (MVC) as the fundamental design behind each of its components.
Read more