I understand the MVC framework somewhat, but this one thing confuses me a little. So if I have a JComponent such as a JList or a JSpinner, then they have models to store their data. Then does each instance(object) of JList or JSpinner have its own dedicated ListModel or SpinnerModel instance?
Thank you for your help!