kfoxIsProgrammer / Sysc3110_Risk

This is used for our Sysc 3110 Project. The game of risk
0 stars 1 forks source link

Do not call actionPerformed method of the RiskController class directly #22

Closed MohamedZalat closed 3 years ago

MohamedZalat commented 3 years ago

If you need to call it directly in View then maybe this logic should be in the Controller class and not in the View class.