MVC pattern

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]
# 1
Visit link http://ootips.org/mvc-pattern.html
Ironlucaa at 2007-7-7 20:38:35 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
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
spielera at 2007-7-7 20:38:35 > top of Java-index,Other Topics,Patterns & OO Design...