I am working on development of a java application (Swings) client in
which, i need to implement dynamically changing tabs. Inside each
tab , there will be a table and set of text/numeric fields. For all
the tabs this is same (a table and text/numeric fields). The number
of tabs will increase or decrease depending on the selection in a
combo box. I am using MVC architecture for developping application
client. That means for every screen, there will be 3 classes Model
class, View class, and a Controller class. Can any one suggest how
to solve this problem for which i will be very very thankful to them.