Hi Guys,
I have a few question about implementing MVC.
1. I have designed my GUI so that when it starts up only the origin combobox is enabled. Once the user has selected the origin airport, I enable the destination combobox only with the apropiate destination. I do the same for the carier combobox. Should events like this still go in the controller class?
2. May the view call methods on my AbstractTableModel class?
3. I have a client side facade class with all the seach and book methods. Would this be my application model class then?
Regards
Fred