What is the design pattern that Java uses for all Swing components ?
4 years ago
OOP Java
The design pattern used by Java for all Swing components is the Model View Controller (MVC) pattern.
Surya Bikram Bhandari
Oct 31, 2021