Hey guys.,
I just want to know about the MVC pattern in java swing.
up to my knowledge i knew ...... Model is used for storing information like Scrollpane height=50 width=60 like that
and view is used to show the output view.. like how scrollpane looks like...
and controller is used to control the action events which we are going to perform in scrollpane.
but i want to know the seperate classes for each Model View and Controller...
I dont know how to point out class for each seperately....M V C
can any one help me out
thanks in advance
Vinod