I am rather confused. After extensive research. I am now lead to believe that there are several views (no pun intended) on how MVC should be implemented with regards to Swing.
The main difference between the various "implementations" is the role of the controller, in some the Controller is responsible for implementing the ActionListeners, well others implement the ActionListener as inner class within the view..
As of this moment I am using the former approach. I am still a bit unsure whether this is the correct approach.
If it is, I also would appreciate advice on the following:
I am busy building the interface for a Lambda calculus calculator. As you may well be aware of lambda calculus can reduced in normal or applicative order .
I currently using Radio buttons to allow select the order. However inline with MVC, I want allow for the possible of alternative component to be used for selection
No comments:
Post a Comment