Hi all, I am doing a Swing application which uses 3 JTables to display almost the same data. The thing is I have some data that I want to display in the first table, in the second table I want to display some of this data matching some criteria, and in the third the data that do not math these criteria. I load the data initially from a file. The problem is that I am not very well versed with the MVC architecture, and I am not sure if I should use one model or three different models, and how to do it. If someone can throw some light on me would be very appreciatted. Also can somebody recommend me any reading on the MVC architecture that a newbie can understand? Thank you very much.
-- Jorge [EMAIL PROTECTED] _______________________________________________ Advanced-swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/advanced-swing
