Creating Interactive GUIs with Swing's MVC Architecture
Hits: 558
Description: This article, Model-View-Controller and Swing , I described fundamentals of how a Model-View-Controller design pattern is embedded within a Swing toolkit. In this article, I\'ll show how to create a dynamically adjustable presentation of a corresponding model for a Swing Table UI component. The approach will also rely on inheritance, passing objects by reference, and event/listener mechanisms of the Java language.