What do you mean when you say that in the MVC architecture multiple views are caterred to by the same model . Kindly explain this if you can achieve this with MVC ?
[171 byte] By [dhirajasrania] at [2007-9-28 1:03:18]
In order to get a simple example:create a JFrame containing to JTables and set the model of both JTables to the same TableModel. You'll see, that whenever you change something in the model it appears in both JTables.regardsSpieler